Merge version_4 into main #7

Merged
bender merged 1 commits from version_4 into main 2026-04-17 09:07:09 +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."
buttons={[
{ 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"
mediaAnimation="blur-reveal"
@@ -64,7 +64,8 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="Crafting Moments of Bliss"
buttons={[{ text: "Read Our Full Story", href: "/story" }]}
buttons={[{ text: "Read Our Full Story", href: "/story" }]
}
tag="Our Heritage"
tagIcon={Award}
tagAnimation="slide-up"
@@ -129,4 +130,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}