5 Commits

Author SHA1 Message Date
a75a251ab4 Update src/app/page.tsx 2026-04-17 09:07:06 +00:00
c0e596057b Merge version_3 into main
Merge version_3 into main
2026-04-17 09:03:11 +00:00
ce06f87e70 Merge version_3 into main
Merge version_3 into main
2026-04-17 09:02:48 +00:00
156978be17 Merge version_3 into main
Merge version_3 into main
2026-04-17 09:02:18 +00:00
30a12305b1 Merge version_3 into main
Merge version_3 into main
2026-04-17 09:01:47 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
description="Experience spectacular homemade chocolates and artisanal bakes, crafted in small batches with passion and precision." description="Experience spectacular homemade chocolates and artisanal bakes, crafted in small batches with passion and precision."
buttons={[ buttons={[
{ text: "Order Chocolates", href: "/shop" }, { text: "Order Chocolates", href: "/shop" },
{ text: "Visit Us in Yercaud", href: "/yercaud" }, { text: "Plan Your Yercaud Visit", href: "/yercaud" },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/chocolate-roll-with-coffee-beans-pinecones-high-quality-photo_114579-26596.jpg" imageSrc="http://img.b2bpic.net/free-photo/chocolate-roll-with-coffee-beans-pinecones-high-quality-photo_114579-26596.jpg"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
@@ -64,7 +64,8 @@ export default function LandingPage() {
<TextAbout <TextAbout
useInvertedBackground={false} useInvertedBackground={false}
title="Crafting Moments of Bliss" title="Crafting Moments of Bliss"
buttons={[{ text: "Read Our Full Story", href: "/story" }]} buttons={[{ text: "Read Our Full Story", href: "/story" }]
}
tag="Our Heritage" tag="Our Heritage"
tagIcon={Award} tagIcon={Award}
tagAnimation="slide-up" tagAnimation="slide-up"
@@ -129,4 +130,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }