5 Commits

Author SHA1 Message Date
e4339853ee Update src/app/page.tsx 2026-03-12 07:19:52 +00:00
4afadcff35 Update src/app/page.tsx 2026-03-12 07:16:03 +00:00
806a6f5acb Update src/app/page.tsx 2026-03-12 07:14:59 +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

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"
@@ -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>