diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 8aae632..6445062 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -68,4 +68,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3563cfd..67cb84a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1413,4 +1413,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 3cc8b3b..a2df75c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -175,6 +175,7 @@ export default function LandingPage() { title="Get In Touch" description="Ready to order? Have questions about our arrangements? We'd love to hear from you. Contact us today to start creating your perfect floral moment." useInvertedBackground={false} + imageSrc="https://img.b2bpic.net/free-photo/beautiful-bouquet-lilacs-roses-standing-rustic-hence-vase_114579-1849.jpg" videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/uploaded-1771579037483-z9kji4b2.mp4" imageAlt="Beautiful flowers arranged on studio workspace" mediaAnimation="slide-up" @@ -208,4 +209,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 3670138..f01761c 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -239,4 +239,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} +} \ No newline at end of file diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index a9c1d4b..41d7256 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -114,4 +114,4 @@ export default function ShopPage() { ); -} +} \ No newline at end of file