diff --git a/src/app/page.tsx b/src/app/page.tsx index 7dff317..b7c7177 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,11 +87,11 @@ export default function LandingPage() { description="Our deli is a passion project brought to life by local food lovers." groups={[ { - id: "founders", groupTitle: "Our Team", members: [ + id: "founders", groupTitle: "Our Team", members: [ { id: "m1", title: "Carla", subtitle: "Founder", detail: "Expert in Portuguese specialty imports.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg" }, { id: "m2", title: "Filipe", subtitle: "Head of Sourcing", detail: "Traveling the Mediterranean for the best oils.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg" }, ], - imageSrc: "http://img.b2bpic.net/free-photo/bottle-organic-olive-oil-table_23-2148364428.jpg", imageAlt: "Smiley woman posing in her home" + imageSrc: "http://img.b2bpic.net/free-photo/bottle-organic-olive-oil-table_23-2148364428.jpg", imageAlt: "Smiley woman posing in her home" }, ]} /> @@ -118,14 +118,14 @@ export default function LandingPage() { logoText="Olives & More" columns={[ { - title: "Navigation", items: [ + title: "Navigation", items: [ { label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Products", href: "/products" }, ], }, { - title: "Visit", items: [ + title: "Visit", items: [ { label: "Contact", href: "/contact" }, { label: "Instagram", href: "#" }, { label: "Facebook", href: "#" },