Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-12 16:22:31 +00:00

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/still-life-cookies-ice-cream_23-2149637173.jpg"
imageAlt="Premium ice cream bowl"
buttons={[
{ text: "Explore Flavors", href: "product" },
{ text: "Order Now", href: "product" },
{ text: "Learn Our Story", href: "about" }
]}
/>
@@ -184,4 +184,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}