Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-04-17 02:50:43 +00:00
3 changed files with 60 additions and 309 deletions

View File

@@ -26,20 +26,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Menu",
id: "/menu",
},
{
name: "About",
id: "/about",
},
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "About", id: "/about" },
]}
brandName="من و سلوی"
button={{ text: "Order Now", href: "https://wa.me/923185436728" }}
/>
</div>
@@ -50,18 +42,9 @@ export default function LandingPage() {
title="Our Story"
description="من و سلوی is a passion project turned home food business. We started with a simple mission: to bring restaurant-quality food to your home with the warmth of homemade cooking. Located in Wah Cantt Barrier 3 (Lalazar Colony)."
bulletPoints={[
{
title: "Authentic Flavors",
description: "Chinese, Continental, and Desi cuisine.",
},
{
title: "Freshness Guaranteed",
description: "High-quality ingredients used daily.",
},
{
title: "Delivery",
description: "Free delivery in Wah Cantt.",
},
{ title: "Authentic Flavors", description: "Chinese, Continental, and Desi cuisine." },
{ title: "Freshness Guaranteed", description: "High-quality ingredients used daily." },
{ title: "Delivery", description: "Free delivery in Wah Cantt." },
]}
imageSrc="http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361448.jpg"
mediaAnimation="slide-up"
@@ -75,21 +58,9 @@ export default function LandingPage() {
title="Quality at a Glance"
metricsAnimation="blur-reveal"
metrics={[
{
icon: Award,
label: "Years of Passion",
value: "5+",
},
{
icon: Utensils,
label: "Satisfied Customers",
value: "1000+",
},
{
icon: ShieldCheck,
label: "Fresh Daily",
value: "100%",
},
{ icon: Award, label: "Years of Passion", value: "5+" },
{ icon: Utensils, label: "Satisfied Customers", value: "1000+" },
{ icon: ShieldCheck, label: "Fresh Daily", value: "100%" },
]}
/>
</div>
@@ -97,30 +68,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "/",
},
{
label: "Menu",
href: "/menu",
},
],
},
{
items: [
{
label: "About Us",
href: "/about",
},
{
label: "WhatsApp Order",
href: "https://wa.me/923185436728",
},
],
},
{ items: [{ label: "Home", href: "/" }, { label: "Menu", href: "/menu" }] },
{ items: [{ label: "About Us", href: "/about" }, { label: "WhatsApp Order", href: "https://wa.me/923185436728" }] },
]}
logoText="من و سلوی"
/>
@@ -128,4 +77,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -25,20 +25,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Menu",
id: "/menu",
},
{
name: "About",
id: "/about",
},
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "About", id: "/about" },
]}
brandName="من و سلوی"
button={{ text: "Order Now", href: "https://wa.me/923185436728" }}
/>
</div>
@@ -46,55 +38,13 @@ export default function LandingPage() {
<ProductCatalog
layout="page"
products={[
{
id: "m1",
name: "Chicken Momos",
price: "Ask on WA",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/delicious-asian-food-composition_23-2149035110.jpg",
},
{
id: "m2",
name: "Beef Momos",
price: "Ask on WA",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cutting-quiche_23-2147985302.jpg",
},
{
id: "g1",
name: "Garlic Bread",
price: "Ask on WA",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/man-holds-piece-turkish-pastry-stuffed-with-cheese_141793-2089.jpg",
},
{
id: "p1",
name: "Classic Pizza",
price: "Ask on WA",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-sausage-olives-grated-cheese_140725-3301.jpg",
},
{
id: "c1",
name: "Fresh Cake",
price: "Ask on WA",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-black-plate-top-view_23-2148531542.jpg",
},
{
id: "b1",
name: "Chicken BBQ",
price: "Ask on WA",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-plate-with-tasty-meat_23-2148599807.jpg",
},
{
id: "pas1",
name: "Creamy Pasta",
price: "Ask on WA",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fusilli-pasta-with-mushrooms-chicken-top-view_114579-10677.jpg",
},
{ id: "m1", name: "Chicken Momos", price: "Ask on WA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-asian-food-composition_23-2149035110.jpg" },
{ id: "m2", name: "Beef Momos", price: "Ask on WA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cutting-quiche_23-2147985302.jpg" },
{ id: "g1", name: "Garlic Bread", price: "Ask on WA", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/man-holds-piece-turkish-pastry-stuffed-with-cheese_141793-2089.jpg" },
{ id: "p1", name: "Classic Pizza", price: "Ask on WA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-sausage-olives-grated-cheese_140725-3301.jpg" },
{ id: "c1", name: "Fresh Cake", price: "Ask on WA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-black-plate-top-view_23-2148531542.jpg" },
{ id: "b1", name: "Chicken BBQ", price: "Ask on WA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-plate-with-tasty-meat_23-2148599807.jpg" },
{ id: "pas1", name: "Creamy Pasta", price: "Ask on WA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fusilli-pasta-with-mushrooms-chicken-top-view_114579-10677.jpg" },
]}
/>
</div>
@@ -107,31 +57,11 @@ export default function LandingPage() {
description="Get answers about ordering, delivery, and our ingredients."
faqsAnimation="slide-up"
faqs={[
{
id: "faq1",
title: "How long does delivery take?",
content: "Typically 45-60 minutes within Wah Cantt area.",
},
{
id: "faq2",
title: "Do you accept custom orders?",
content: "Yes, please contact us on WhatsApp at least a day in advance for custom requirements.",
},
{
id: "faq3",
title: "Are your ingredients fresh?",
content: "Absolutely. We procure fresh produce daily and never use pre-packaged food.",
},
{
id: "faq4",
title: "Where are you located?",
content: "We operate from Barrier 3 (Lalazar Colony), Wah Cantt.",
},
{
id: "faq5",
title: "Do you have vegetarian options?",
content: "Yes, we have several vegetarian dishes in our menu including pasta and fresh bread options.",
},
{ id: "faq1", title: "How long does delivery take?", content: "Typically 45-60 minutes within Wah Cantt area." },
{ id: "faq2", title: "Do you accept custom orders?", content: "Yes, please contact us on WhatsApp at least a day in advance for custom requirements." },
{ id: "faq3", title: "Are your ingredients fresh?", content: "Absolutely. We procure fresh produce daily and never use pre-packaged food." },
{ id: "faq4", title: "Where are you located?", content: "We operate from Barrier 3 (Lalazar Colony), Wah Cantt." },
{ id: "faq5", title: "Do you have vegetarian options?", content: "Yes, we have several vegetarian dishes in our menu including pasta and fresh bread options." },
]}
/>
</div>
@@ -139,30 +69,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "/",
},
{
label: "Menu",
href: "/menu",
},
],
},
{
items: [
{
label: "About Us",
href: "/about",
},
{
label: "WhatsApp Order",
href: "https://wa.me/923185436728",
},
],
},
{ items: [{ label: "Home", href: "/" }, { label: "Menu", href: "/menu" }] },
{ items: [{ label: "About Us", href: "/about" }, { label: "WhatsApp Order", href: "https://wa.me/923185436728" }] },
]}
logoText="من و سلوی"
/>
@@ -170,4 +78,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -28,61 +28,28 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Menu",
id: "/menu",
},
{
name: "About",
id: "/about",
},
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "About", id: "/about" },
]}
brandName="من و سلوی"
button={{ text: "Order Now", href: "https://wa.me/923185436728" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
title="Home-Cooked Perfection"
description="Premium home food restaurant delivering authentic flavors to your doorstep in Wah Cantt."
buttons={[
{
text: "View Menu",
href: "/menu",
},
]}
buttons={[{ text: "View Menu", href: "/menu" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/spicies-chicken-wooden-tabletop_23-2147716938.jpg",
imageAlt: "delicious chicken momos food photography",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/assorted-dumplings-platter-with-dipping-sauce_84443-85763.jpg",
imageAlt: "beef momos with sauces food photography",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/crispy-bread-garlic_1339-527.jpg",
imageAlt: "cheesy garlic bread macro photo",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-truffle-pizza-garnished-with-olive-oil_141793-2067.jpg",
imageAlt: "gourmet pizza restaurant style",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-handmade-pecan-pie-ready-be-served_23-2148461067.jpg",
imageAlt: "grilled chicken bbq char marks",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/dish-prepared-with-grated-cheese-tomatoes_141793-591.jpg",
imageAlt: "creamy white sauce pasta food photography",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/spicies-chicken-wooden-tabletop_23-2147716938.jpg", imageAlt: "delicious chicken momos food photography" },
{ imageSrc: "http://img.b2bpic.net/free-photo/assorted-dumplings-platter-with-dipping-sauce_84443-85763.jpg", imageAlt: "beef momos with sauces food photography" },
{ imageSrc: "http://img.b2bpic.net/free-photo/crispy-bread-garlic_1339-527.jpg", imageAlt: "cheesy garlic bread macro photo" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-truffle-pizza-garnished-with-olive-oil_141793-2067.jpg", imageAlt: "gourmet pizza restaurant style" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-handmade-pecan-pie-ready-be-served_23-2148461067.jpg", imageAlt: "grilled chicken bbq char marks" },
{ imageSrc: "http://img.b2bpic.net/free-photo/dish-prepared-with-grated-cheese-tomatoes_141793-591.jpg", imageAlt: "creamy white sauce pasta food photography" },
]}
/>
</div>
@@ -92,49 +59,14 @@ export default function LandingPage() {
textboxLayout="split-actions"
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={false}
animationType="slide-up"
products={[
{
id: "1",
name: "Beef Momos",
price: "Ask on WhatsApp",
variant: "Specialty",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-breakfast-meal-assortment_23-2148833913.jpg",
},
{
id: "2",
name: "Cheesy Garlic Bread",
price: "Ask on WhatsApp",
variant: "Bakery",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-wooden-background_169016-3148.jpg",
},
{
id: "3",
name: "Classic Pizza",
price: "Ask on WhatsApp",
variant: "Fast Food",
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-grey-wooden-surface_176420-6812.jpg",
},
{
id: "4",
name: "Bakery Cake",
price: "Ask on WhatsApp",
variant: "Fresh",
imageSrc: "http://img.b2bpic.net/free-photo/piece-cake-plate-cup-closeup-table-cafe_169016-25270.jpg",
},
{
id: "5",
name: "Chicken BBQ",
price: "Ask on WhatsApp",
variant: "Grilled",
imageSrc: "http://img.b2bpic.net/free-photo/meat-plate_23-2147716910.jpg",
},
{
id: "6",
name: "Creamy Pasta",
price: "Ask on WhatsApp",
variant: "Italian",
imageSrc: "http://img.b2bpic.net/free-photo/mushrooms-sour-cream-with-herbs-tomato_141793-711.jpg",
},
{ id: "1", name: "Beef Momos", price: "Ask on WhatsApp", variant: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-breakfast-meal-assortment_23-2148833913.jpg" },
{ id: "2", name: "Cheesy Garlic Bread", price: "Ask on WhatsApp", variant: "Bakery", imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-wooden-background_169016-3148.jpg" },
{ id: "3", name: "Classic Pizza", price: "Ask on WhatsApp", variant: "Fast Food", imageSrc: "http://img.b2bpic.net/free-photo/vegetables-grey-wooden-surface_176420-6812.jpg" },
{ id: "4", name: "Bakery Cake", price: "Ask on WhatsApp", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/piece-cake-plate-cup-closeup-table-cafe_169016-25270.jpg" },
{ id: "5", name: "Chicken BBQ", price: "Ask on WhatsApp", variant: "Grilled", imageSrc: "http://img.b2bpic.net/free-photo/meat-plate_23-2147716910.jpg" },
{ id: "6", name: "Creamy Pasta", price: "Ask on WhatsApp", variant: "Italian", imageSrc: "http://img.b2bpic.net/free-photo/mushrooms-sour-cream-with-herbs-tomato_141793-711.jpg" },
]}
title="Our Featured Items"
description="Hand-picked favorites prepared with pure love and premium ingredients."
@@ -148,18 +80,9 @@ export default function LandingPage() {
title="Home-Cooked Perfection"
description="Located in Wah Cantt, we specialize in authentic Chinese, Continental, and Desi cuisine. Every dish is prepared fresh in a hygienic home kitchen."
bulletPoints={[
{
title: "Fresh Ingredients",
description: "No preservatives, no shortcuts.",
},
{
title: "Free Delivery",
description: "Within Wah Cantt area.",
},
{
title: "Hygiene First",
description: "Prepared in a hygienic home kitchen.",
},
{ title: "Fresh Ingredients", description: "No preservatives, no shortcuts." },
{ title: "Free Delivery", description: "Within Wah Cantt area." },
{ title: "Hygiene First", description: "Prepared in a hygienic home kitchen." },
]}
imageSrc="http://img.b2bpic.net/free-photo/delicious-meal-with-sambal-arrangement_23-2149076072.jpg"
imageAlt="delicious chicken momos food photography"
@@ -168,54 +91,25 @@ export default function LandingPage() {
</div>
<div id="legal" data-section="legal">
<LegalSection />
<LegalSection layout="default" title="Legal Information" sections={[]} />
</div>
<div id="contact-home" data-section="contact-home">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Get in Touch"
title="Ready to Order?"
description="WhatsApp us now for price and availability inquiries! +923185436728"
buttons={[
{
text: "WhatsApp Us",
href: "https://wa.me/923185436728",
},
]}
buttons={[{ text: "WhatsApp Us", href: "https://wa.me/923185436728" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "/",
},
{
label: "Menu",
href: "/menu",
},
],
},
{
items: [
{
label: "About Us",
href: "/about",
},
{
label: "WhatsApp Order",
href: "https://wa.me/923185436728",
},
],
},
{ items: [{ label: "Home", href: "/" }, { label: "Menu", href: "/menu" }] },
{ items: [{ label: "About Us", href: "/about" }, { label: "WhatsApp Order", href: "https://wa.me/923185436728" }] },
]}
logoText="من و سلوی"
/>
@@ -223,4 +117,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}