13 Commits

Author SHA1 Message Date
9cd580a57d Merge version_3 into main
Merge version_3 into main
2026-03-12 07:19:56 +00:00
e4339853ee Update src/app/page.tsx 2026-03-12 07:19:52 +00:00
13f475e2dd Merge version_3 into main
Merge version_3 into main
2026-03-12 07:16:07 +00:00
4afadcff35 Update src/app/page.tsx 2026-03-12 07:16:03 +00:00
3f4eb71df9 Merge version_3 into main
Merge version_3 into main
2026-03-12 07:15:03 +00:00
806a6f5acb Update src/app/page.tsx 2026-03-12 07:14:59 +00:00
5ee128de1b Merge version_3 into main
Merge version_3 into main
2026-03-12 07:09:06 +00:00
c0f9cfb625 Update src/app/page.tsx 2026-03-12 07:09:02 +00:00
afde5a9716 Merge version_2 into main
Merge version_2 into main
2026-03-12 06:46:53 +00:00
27a9381c2a Update src/app/page.tsx 2026-03-12 06:46:49 +00:00
66fca15f92 Merge version_1 into main
Merge version_1 into main
2026-03-12 06:43:23 +00:00
872a7b49bd Merge version_1 into main
Merge version_1 into main
2026-03-12 06:42:58 +00:00
cb248b59d1 Merge version_1 into main
Merge version_1 into main
2026-03-12 06:42:03 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="compact"
sizing="largeSmallSizeMediumTitles"
sizing="mediumLargeSizeMediumTitles"
background="floatingGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="diagonal-gradient"
@@ -71,7 +71,7 @@ export default function LandingPage() {
<div id="featured-cakes" data-section="featured-cakes">
<ProductCardFour
title="Our Cake Collection"
description="Handcrafted cakes made fresh daily with premium ingredients. Choose from our popular varieties or order a custom cake."
description="Starting from ₹200 • All prices include delivery — Handcrafted cakes made fresh daily with premium ingredients. Choose from our popular varieties or order a custom cake."
tag="Featured Cakes"
tagAnimation="slide-up"
textboxLayout="default"
@@ -241,10 +241,10 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
animationType="slide-up"
metrics={[
{ id: "1", value: "+91 98159 17837", description: "Call to Place Order" },
{ id: "2", value: "Sector 126", description: "Model Town, Kharar" },
{ id: "3", value: "Until 9:30 PM", description: "Open Daily" },
{ id: "4", value: "WhatsApp Ready", description: "Quick Order Response" }
{ id: "1", value: "CALL ON: ", description: "Call to Place Order:98159 17837" },
{ id: "2", value: "VISIT US: ", description: "Model Town, Kharar, SECTOR 126" },
{ id: "3", value: "TIMINGS:", description: "Open Daily till 9:30" },
{ id: "4", value: "", description: "Quick Order Response" }
]}
/>
</div>
@@ -258,4 +258,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}