Update src/app/page.tsx
This commit is contained in:
@@ -6,7 +6,6 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import Link from 'next/link';
|
||||
import { Flower2, Heart, Award, Globe } from 'lucide-react';
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -33,8 +32,7 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Book Consultation",
|
||||
href: "/contact"
|
||||
text: "Book Consultation", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user