Update src/app/page.tsx

This commit is contained in:
2026-01-22 11:47:17 +00:00
parent eb7a12aacc
commit 53e27302ba

View File

@@ -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>