Merge version_1 into main #3

Open
development wants to merge 5 commits from version_1 into main
Showing only changes of commit 53e27302ba - Show all commits

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>