Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9cd580a57d | |||
| e4339853ee | |||
| 13f475e2dd | |||
| 4afadcff35 | |||
| 3f4eb71df9 | |||
| 806a6f5acb | |||
| 5ee128de1b | |||
| c0f9cfb625 | |||
| afde5a9716 | |||
| 27a9381c2a | |||
| 66fca15f92 | |||
| 872a7b49bd | |||
| cb248b59d1 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user