6 Commits

Author SHA1 Message Date
bca9ffbf60 Update src/app/page.tsx 2026-04-05 16:59:47 +00:00
f787debd28 Merge version_8 into main
Merge version_8 into main
2026-04-05 16:58:36 +00:00
c889554098 Update src/app/page.tsx 2026-04-05 16:58:30 +00:00
c6ad82dfa4 Merge version_7 into main
Merge version_7 into main
2026-04-05 16:57:40 +00:00
64d2ac46f6 Update src/app/page.tsx 2026-04-05 16:57:37 +00:00
2fb5275602 Merge version_6 into main
Merge version_6 into main
2026-04-05 16:52:31 +00:00

View File

@@ -79,10 +79,9 @@ export default function LandingPage() {
{ id: "c3", name: "Salted Caramel", price: "$5.50", imageSrc: "https://img.freepik.com/free-photo/salted-caramel-ice-cream-scoop-waffle-cone-wood-background_1150-41075.jpg" },
{ id: "c4", name: "Only 8 Peanut Butter", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/peanut-butter-jar-with-nuts_23-2148281358.jpg" },
{ id: "c5", name: "Only 8 Pistachio", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/swirled-green-yellow-cream-texture_23-2151988787.jpg" },
{ id: "c6", name: "Seasonal Special", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-musli-fresh-fruits-arrangement_23-2148267697.jpg" },
]}
title="Our Flavors"
description="Flavors rotate — come back for something new!"
description="Hand-picked rotating flavors made fresh daily—find your new favorite today!"
/>
</div>
@@ -126,7 +125,7 @@ export default function LandingPage() {
tag="Visit Us"
title="Find Yoz Yogurt"
description="Open daily: 11 AM - 10 PM. Located at 123 Yogurt Lane, Sweet City. Stop by for your treat today!"
buttons={[{ text: "Get Directions" }]}
buttons={[{ text: "Get Directions", href: "https://www.google.com/maps/search/?api=1&query=123+Yogurt+Lane+Sweet+City" }]}
/>
</div>
@@ -140,4 +139,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}