diff --git a/src/app/page.tsx b/src/app/page.tsx index b3d8dbf..17e315b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -95,7 +95,7 @@ export default function LandingPage() { id: "chocolate-banana", name: "Frozen Banana", price: "$4.99", variant: "Chocolate Dipped + Sprinkles", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-banana-chocolate-arrangement_23-2149550444.jpg", imageAlt: "Chocolate covered frozen banana with sprinkles" }, { - id: "crepes", name: "Crepes (Made-to-Order)", price: "$7.99", variant: "Custom Toppings & Fillings", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rolled-pancakes-with-strawberry-curd-strawberries_140725-14070.jpg?_wi=1", imageAlt: "Fresh handmade crepes with toppings" + id: "crepes", name: "Crepes (Made-to-Order)", price: "$7.99", variant: "Custom Toppings & Fillings", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rolled-pancakes-with-strawberry-curd-strawberries_140725-14070.jpg", imageAlt: "Fresh handmade crepes with toppings" }, { id: "bionico", name: "Bionico Bowl", price: "$6.99", variant: "Fruit, Granola & Cream", imageSrc: "http://img.b2bpic.net/free-photo/top-view-oatmeal-porridge-with-strawberries-blueberries-bananas-dried-fruits-nuts-ceramic-bowl-purple-wooden-surface-with-copy-space_141793-7081.jpg", imageAlt: "Bionico fruit bowl with toppings" @@ -113,7 +113,7 @@ export default function LandingPage() { title="Made Fresh. Sometimes That Means a Short Wait." description="Many of our snacks are custom-built—so if it takes a few extra minutes, it's because yours is being made right now. Want it faster? Order ahead and we'll start when you're on the way." tag="Our Process" - imageSrc="http://img.b2bpic.net/free-photo/top-view-rolled-pancakes-with-strawberry-curd-strawberries_140725-14070.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/top-view-rolled-pancakes-with-strawberry-curd-strawberries_140725-14070.jpg" imageAlt="Fresh handmade crepes being prepared" mediaAnimation="slide-up" useInvertedBackground={true} @@ -204,7 +204,7 @@ export default function LandingPage() { "Large volume discounts", "Recurring delivery options", "Branded packaging available", "Dedicated catering support" ] } - ] + ]} textboxLayout="default" animationType="slide-up" useInvertedBackground={false}