Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-04-17 02:59:03 +00:00
3 changed files with 61 additions and 318 deletions

View File

@@ -8,7 +8,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
export default function LandingPage() {
export default function AboutPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
@@ -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>
@@ -59,14 +51,7 @@ export default function LandingPage() {
title="What People Say"
description="Our community values our commitment to quality."
testimonials={[
{
id: "at1",
title: "Very Happy!",
quote: "Super friendly service and amazing food.",
name: "Saad Q.",
role: "Customer",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-washing-his-hands_23-2149535092.jpg",
},
{ id: "at1", title: "Very Happy!", quote: "Super friendly service and amazing food.", name: "Saad Q.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-washing-his-hands_23-2149535092.jpg" },
]}
/>
</div>
@@ -74,18 +59,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Join Us"
title="Want to know more?"
description="Follow us on our journey of bringing home food to everyone."
buttons={[
{
text: "Contact Us",
href: "https://wa.me/923185436728",
},
]}
buttons={[{ text: "Contact Us", href: "https://wa.me/923185436728" }]}
/>
</div>
@@ -93,28 +71,8 @@ export default function LandingPage() {
<FooterBaseCard
logoText="من و سلوی"
columns={[
{
title: "Menu",
items: [
{
label: "Full Menu",
href: "/menu",
},
],
},
{
title: "Support",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "WhatsApp",
href: "https://wa.me/923185436728",
},
],
},
{ title: "Menu", items: [{ label: "Full Menu", href: "/menu" }] },
{ title: "Support", items: [{ label: "About Us", href: "/about" }, { label: "WhatsApp", href: "https://wa.me/923185436728" }] },
]}
/>
</div>

View File

@@ -8,7 +8,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog';
export default function LandingPage() {
export default function MenuPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
@@ -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>
@@ -47,42 +39,12 @@ export default function LandingPage() {
<ProductCatalog
layout="section"
products={[
{
id: "1",
name: "Chicken Momos",
price: "Ask on WA",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-assortment_23-2148809863.jpg?_wi=2",
},
{
id: "2",
name: "Creamy Pasta",
price: "Ask on WA",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesy-pasta-white-plate_181624-23315.jpg",
},
{
id: "3",
name: "Chinese Hotpot",
price: "Ask on WA",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hotpot-dishes_23-2149563736.jpg",
},
{
id: "4",
name: "Fresh Cake",
price: "Ask on WA",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-chocolate-cake-concept_23-2148801134.jpg",
},
{
id: "5",
name: "Grilled BBQ",
price: "Ask on WA",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-chicken-meal_23-2150741815.jpg",
},
{
id: "6",
name: "Garlic Bread",
price: "Ask on WA",
imageSrc: "http://img.b2bpic.net/free-photo/png-piece-bread-with-oil-garlic-isolated-white-background_185193-163501.jpg",
},
{ id: "1", name: "Chicken Momos", price: "Ask on WA", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-assortment_23-2148809863.jpg", rating: 5 },
{ id: "2", name: "Creamy Pasta", price: "Ask on WA", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesy-pasta-white-plate_181624-23315.jpg", rating: 5 },
{ id: "3", name: "Chinese Hotpot", price: "Ask on WA", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hotpot-dishes_23-2149563736.jpg", rating: 5 },
{ id: "4", name: "Fresh Cake", price: "Ask on WA", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-chocolate-cake-concept_23-2148801134.jpg", rating: 5 },
{ id: "5", name: "Grilled BBQ", price: "Ask on WA", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-chicken-meal_23-2150741815.jpg", rating: 5 },
{ id: "6", name: "Garlic Bread", price: "Ask on WA", imageSrc: "http://img.b2bpic.net/free-photo/png-piece-bread-with-oil-garlic-isolated-white-background_185193-163501.jpg", rating: 5 },
]}
/>
</div>
@@ -95,22 +57,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Featured Specials"
description="Check out our most popular dishes this month."
products={[
{
id: "p1",
name: "Delicious Pasta",
price: "PKR 500",
variant: "Small",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-pasta-along-with-fresh-green-leaf-red-tomatoes-inside-white-plate-grey-desk_140725-14392.jpg",
},
{
id: "p2",
name: "BBQ Special",
price: "PKR 800",
variant: "Large",
imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-wings-barbecue-sauce-with-pepper-seeds-rosemary-salt-black-stone-plate-gray-stone-table_1150-37853.jpg",
},
]}
products={[]}
/>
</div>
@@ -120,16 +67,8 @@ export default function LandingPage() {
sideTitle="Ordering FAQ"
sideDescription="Common questions about delivery and service."
faqs={[
{
id: "f1",
title: "Do you deliver?",
content: "Yes, we deliver across all areas in Wah Cantt.",
},
{
id: "f2",
title: "Is the food halal?",
content: "100% Halal and fresh.",
},
{ id: "f1", title: "Do you deliver?", content: "Yes, we deliver across all areas in Wah Cantt." },
{ id: "f2", title: "Is the food halal?", content: "100% Halal and fresh." },
]}
faqsAnimation="slide-up"
/>
@@ -139,28 +78,8 @@ export default function LandingPage() {
<FooterBaseCard
logoText="من و سلوی"
columns={[
{
title: "Menu",
items: [
{
label: "Full Menu",
href: "/menu",
},
],
},
{
title: "Support",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "WhatsApp",
href: "https://wa.me/923185436728",
},
],
},
{ title: "Menu", items: [{ label: "Full Menu", href: "/menu" }] },
{ title: "Support", items: [{ label: "About Us", href: "/about" }, { label: "WhatsApp", href: "https://wa.me/923185436728" }] },
]}
/>
</div>

View File

@@ -28,113 +28,43 @@ 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">
<HeroSplitTestimonial
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Home-Cooked Perfection, Delivered."
description="Authentic flavors from our kitchen to your doorstep in Wah Cantt."
testimonials={[
{
name: "Ayesha Khan",
testimonial: "The best homemade pasta I've ever had in Wah Cantt!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/delicious-healthy-food-assortment_23-2149043090.jpg",
},
{
name: "Ali Hassan",
testimonial: "Authentic Chinese hotpot, simply incredible quality.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230637.jpg",
},
{
name: "Sara Ahmed",
testimonial: "So hygienic and delicious, highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hummus-with-chickpeas_23-2149483842.jpg",
},
{
name: "Omar Farooq",
testimonial: "The BBQ grilled chicken is my absolute favorite order.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312225.jpg",
},
{
name: "Zainab Noor",
testimonial: "Always fresh, warm, and delivered right on time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/details-home-autumn-decor-rustic-style-interior-room-top-view_169016-14203.jpg",
},
{ name: "Ayesha Khan", handle: "@ayesha", testimonial: "The best homemade pasta I've ever had in Wah Cantt!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-healthy-food-assortment_23-2149043090.jpg" },
{ name: "Ali Hassan", handle: "@ali", testimonial: "Authentic Chinese hotpot, simply incredible quality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230637.jpg" },
{ name: "Sara Ahmed", handle: "@sara", testimonial: "So hygienic and delicious, highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hummus-with-chickpeas_23-2149483842.jpg" },
{ name: "Omar Farooq", handle: "@omar", testimonial: "The BBQ grilled chicken is my absolute favorite order.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312225.jpg" },
{ name: "Zainab Noor", handle: "@zainab", testimonial: "Always fresh, warm, and delivered right on time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/details-home-autumn-decor-rustic-style-interior-room-top-view_169016-14203.jpg" },
]}
buttons={[
{
text: "View Menu",
href: "/menu",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091298.jpg?_wi=1"
buttons={[{ text: "View Menu", href: "/menu" }]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091298.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/kitchen-work_1098-13989.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/side-view-female-chef-kitchen-slicing-vegetables_23-2148763142.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/side-view-man-washing-his-hands_23-2149535092.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/young-woman-videoblogger-cooking-kitchen-filming_1303-18311.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-cereal-banana-slices_23-2148877638.jpg",
alt: "Customer 5",
},
{ src: "http://img.b2bpic.net/free-photo/kitchen-work_1098-13989.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/side-view-female-chef-kitchen-slicing-vegetables_23-2148763142.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/side-view-man-washing-his-hands_23-2149535092.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/young-woman-videoblogger-cooking-kitchen-filming_1303-18311.jpg", alt: "Customer 4" },
{ src: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-cereal-banana-slices_23-2148877638.jpg", alt: "Customer 5" },
]}
marqueeItems={[
{
type: "text",
text: "Freshly Prepared",
},
{
type: "text",
text: "Hygienic Kitchen",
},
{
type: "text",
text: "Fast Delivery",
},
{
type: "text",
text: "Authentic Recipes",
},
{
type: "text",
text: "Wah Cantt Special",
},
{ type: "text", text: "Freshly Prepared" },
{ type: "text", text: "Hygienic Kitchen" },
{ type: "text", text: "Fast Delivery" },
{ type: "text", text: "Authentic Recipes" },
{ type: "text", text: "Wah Cantt Special" },
]}
/>
</div>
@@ -145,33 +75,9 @@ export default function LandingPage() {
textboxLayout="default"
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",
imageAlt: "restaurant kitchen",
},
{
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",
imageAlt: "restaurant kitchen",
},
{
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",
imageAlt: "restaurant kitchen",
},
{ id: "1", title: "Fresh Ingredients", tags: ["Premium Quality"], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-cereal-juice_23-2148877636.jpg" },
{ 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" },
{ id: "3", title: "Hygienic Home Cooking", tags: ["Safe"], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-assortment_23-2148809863.jpg" },
]}
title="Why Choose Us"
description="We put love into every ingredient."
@@ -185,30 +91,9 @@ export default function LandingPage() {
title="Hear From Our Foodies"
description="See why our customers love our home-cooked meals."
testimonials={[
{
id: "t1",
title: "Incredible Flavor",
quote: "The hotpot was out of this world!",
name: "Ahmad R.",
role: "Foodie",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hotpot-dishes_23-2149563774.jpg",
},
{
id: "t2",
title: "Perfect Momos",
quote: "Best momos in the whole city.",
name: "Fatima Z.",
role: "Regular Customer",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-arrangement_23-2148809865.jpg",
},
{
id: "t3",
title: "Highly Recommend",
quote: "The pasta was so creamy and fresh.",
name: "Bilal K.",
role: "Foodie",
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-with-chicken-tomatoes-wooden-table_2829-8727.jpg",
},
{ id: "t1", title: "Incredible Flavor", quote: "The hotpot was out of this world!", name: "Ahmad R.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hotpot-dishes_23-2149563774.jpg" },
{ id: "t2", title: "Perfect Momos", quote: "Best momos in the whole city.", name: "Fatima Z.", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-arrangement_23-2148809865.jpg" },
{ id: "t3", title: "Highly Recommend", quote: "The pasta was so creamy and fresh.", name: "Bilal K.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-with-chicken-tomatoes-wooden-table_2829-8727.jpg" },
]}
/>
</div>
@@ -218,19 +103,20 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
blogs={[]}
title="Our Blog"
description="Updates from our kitchen."
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Get in touch"
title="Order Directly on WhatsApp"
description="Click below to chat with our kitchen manager and place your order."
imageSrc="http://img.b2bpic.net/free-photo/high-angle-bowl-with-cereal-juice_23-2148877636.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-bowl-with-cereal-juice_23-2148877636.jpg"
mediaAnimation="blur-reveal"
/>
</div>
@@ -239,28 +125,8 @@ export default function LandingPage() {
<FooterBaseCard
logoText="من و سلوی"
columns={[
{
title: "Menu",
items: [
{
label: "Full Menu",
href: "/menu",
},
],
},
{
title: "Support",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "WhatsApp",
href: "https://wa.me/923185436728",
},
],
},
{ title: "Menu", items: [{ label: "Full Menu", href: "/menu" }] },
{ title: "Support", items: [{ label: "About Us", href: "/about" }, { label: "WhatsApp", href: "https://wa.me/923185436728" }] },
]}
/>
</div>