4 Commits

Author SHA1 Message Date
7135c9c490 Update src/app/page.tsx 2026-04-17 03:00:20 +00:00
47fe479834 Merge version_1 into main
Merge version_1 into main
2026-04-17 02:59:30 +00:00
fb9180fce5 Merge version_1 into main
Merge version_1 into main
2026-04-17 02:59:03 +00:00
f181bae3e2 Merge version_1 into main
Merge version_1 into main
2026-04-17 02:58:29 +00:00

View File

@@ -76,7 +76,7 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{ id: "1", title: "Fresh Ingredients", tags: ["Premium Quality"], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-cereal-juice_23-2148877636.jpg?_wi=1" },
{ id: "2", title: "Free Delivery", tags: ["Wah Cantt"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091298.jpg?_wi=2" },
{ id: "2", title: "Free Delivery", tags: ["Free Delivery across all sectors of Wah Cantt"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091298.jpg?_wi=2" },
{ id: "3", title: "Hygienic Home Cooking", tags: ["Safe"], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-assortment_23-2148809863.jpg?_wi=1" },
]}
title="Why Choose Us"
@@ -133,4 +133,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}