diff --git a/src/app/page.tsx b/src/app/page.tsx index d4a1c70..89febbc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar import FaqBase from '@/components/sections/faq/FaqBase'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterMedia from '@/components/sections/footer/FooterMedia'; +import Link from 'next/link'; export default function LandingPage() { return ( @@ -28,11 +29,11 @@ export default function LandingPage() { @@ -44,7 +45,7 @@ export default function LandingPage() { description="Experience the warmth of homemade traditions with our freshly baked breads, pastries, and savory delights, crafted with love and authentic recipes." background={{ variant: "plain" }} imagePosition="right" - imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg?_wi=1" + imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg" imageAlt="Freshly baked Ukrainian bread on a rustic table" mediaAnimation="slide-up" buttons={[ @@ -58,7 +59,7 @@ export default function LandingPage() {