Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8f829996c3 |
281
src/app/page.tsx
281
src/app/page.tsx
@@ -34,38 +34,22 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#home"},
|
||||||
id: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Restaurants",
|
name: "Restaurants", id: "#restaurants"},
|
||||||
id: "#restaurants",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Features",
|
name: "Features", id: "#features"},
|
||||||
id: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Pricing",
|
name: "Pricing", id: "#pricing"},
|
||||||
id: "#pricing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "#faq"},
|
||||||
id: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "List Your Restaurant",
|
text: "List Your Restaurant", href: "#pricing"}}
|
||||||
href: "#pricing",
|
|
||||||
}}
|
|
||||||
brandName="Karachi Bites"
|
brandName="Karachi Bites"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -76,35 +60,21 @@ export default function LandingPage() {
|
|||||||
description="Browse menus, check realtime availability, and reserve tables at top-rated local restaurants. From casual cafes to fine dining—all in one place."
|
description="Browse menus, check realtime availability, and reserve tables at top-rated local restaurants. From casual cafes to fine dining—all in one place."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Explore Restaurants",
|
text: "Explore Restaurants", href: "#restaurants"},
|
||||||
href: "#restaurants",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Book a Table",
|
text: "Book a Table", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663851.jpg",
|
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663851.jpg", alt: "Happy Diner 1"},
|
||||||
alt: "Happy Diner 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-excited-friends-reunited_23-2149165125.jpg",
|
src: "http://img.b2bpic.net/free-photo/happy-excited-friends-reunited_23-2149165125.jpg", alt: "Happy Diner 2"},
|
||||||
alt: "Happy Diner 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/friends-taking-photos_23-2148451705.jpg",
|
src: "http://img.b2bpic.net/free-photo/friends-taking-photos_23-2148451705.jpg", alt: "Happy Diner 3"},
|
||||||
alt: "Happy Diner 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-199251.jpg",
|
src: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-199251.jpg", alt: "Happy Diner 4"},
|
||||||
alt: "Happy Diner 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-woman-eating-delicious-taco_23-2150831017.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-woman-eating-delicious-taco_23-2150831017.jpg", alt: "Close up on woman eating delicious taco"},
|
||||||
alt: "Close up on woman eating delicious taco",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Loved by 10,000+ Foodies"
|
avatarText="Loved by 10,000+ Foodies"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/roasted-khingal-pieces-served-with-hot-chili-pepper-sauce_114579-2358.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/roasted-khingal-pieces-served-with-hot-chili-pepper-sauce_114579-2358.jpg"
|
||||||
@@ -119,15 +89,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", content: "Your Gateway to Karachi's Culinary Scene"},
|
||||||
content: "Your Gateway to Karachi's Culinary Scene",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Learn More",
|
text: "Learn More", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -139,19 +105,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
negativeCard={{
|
negativeCard={{
|
||||||
items: [
|
items: [
|
||||||
"Limited Online Visibility",
|
"Limited Online Visibility", "No Direct Reservations", "Complex Menu Updates", "Reliance on Third Parties"],
|
||||||
"No Direct Reservations",
|
|
||||||
"Complex Menu Updates",
|
|
||||||
"Reliance on Third Parties",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
positiveCard={{
|
positiveCard={{
|
||||||
items: [
|
items: [
|
||||||
"Enhanced Online Presence",
|
"Enhanced Online Presence", "Seamless Direct Booking", "Effortless Menu Management", "Direct Customer Engagement"],
|
||||||
"Seamless Direct Booking",
|
|
||||||
"Effortless Menu Management",
|
|
||||||
"Direct Customer Engagement",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
title="More Than Just a Directory"
|
title="More Than Just a Directory"
|
||||||
description="We empower restaurants and delight diners with unparalleled features tailored for Karachi's vibrant food scene."
|
description="We empower restaurants and delight diners with unparalleled features tailored for Karachi's vibrant food scene."
|
||||||
@@ -166,47 +124,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "res-1",
|
id: "res-1", name: "Karachi Brasserie", price: "Rs. 1800/person", imageSrc: "http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7823.jpg", imageAlt: "Karachi Brasserie dining area"},
|
||||||
name: "Karachi Brasserie",
|
|
||||||
price: "Rs. 1800/person",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7823.jpg",
|
|
||||||
imageAlt: "Karachi Brasserie dining area",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "res-2",
|
id: "res-2", name: "The Spice Route Cafe", price: "Rs. 1200/person", imageSrc: "http://img.b2bpic.net/free-photo/side-view-iron-teapot-with-glass-tea-potted-plant-table_141793-13004.jpg", imageAlt: "The Spice Route Cafe exterior"},
|
||||||
name: "The Spice Route Cafe",
|
|
||||||
price: "Rs. 1200/person",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-iron-teapot-with-glass-tea-potted-plant-table_141793-13004.jpg",
|
|
||||||
imageAlt: "The Spice Route Cafe exterior",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "res-3",
|
id: "res-3", name: "Royal Dynasty Grill", price: "Rs. 2500/person", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg", imageAlt: "Royal Dynasty Grill interior"},
|
||||||
name: "Royal Dynasty Grill",
|
|
||||||
price: "Rs. 2500/person",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg",
|
|
||||||
imageAlt: "Royal Dynasty Grill interior",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "res-4",
|
id: "res-4", name: "Pizzeria Gusto", price: "Rs. 950/person", imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571765.jpg", imageAlt: "Pizzeria Gusto modern interior"},
|
||||||
name: "Pizzeria Gusto",
|
|
||||||
price: "Rs. 950/person",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571765.jpg",
|
|
||||||
imageAlt: "Pizzeria Gusto modern interior",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "res-5",
|
id: "res-5", name: "Ocean's Edge Seafood", price: "Rs. 3200/person", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-dinner-party_23-2151043656.jpg", imageAlt: "Ocean's Edge Seafood with sea view"},
|
||||||
name: "Ocean's Edge Seafood",
|
|
||||||
price: "Rs. 3200/person",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-dinner-party_23-2151043656.jpg",
|
|
||||||
imageAlt: "Ocean's Edge Seafood with sea view",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "res-6",
|
id: "res-6", name: "Fusion Bites Studio", price: "Rs. 1500/person", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass-table-setting_74190-4678.jpg", imageAlt: "Fusion Bites Studio interior"},
|
||||||
name: "Fusion Bites Studio",
|
|
||||||
price: "Rs. 1500/person",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/wine-glass-table-setting_74190-4678.jpg",
|
|
||||||
imageAlt: "Fusion Bites Studio interior",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Featured Restaurants"
|
title="Featured Restaurants"
|
||||||
description="Explore a curated selection of Karachi's finest dining establishments, offering diverse cuisines and unforgettable experiences."
|
description="Explore a curated selection of Karachi's finest dining establishments, offering diverse cuisines and unforgettable experiences."
|
||||||
@@ -220,59 +148,28 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah Johnson", role: "Food Enthusiast", company: "Karachi", rating: 5,
|
||||||
name: "Sarah Johnson",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-model-is-smiling_114579-13323.jpg"},
|
||||||
role: "Food Enthusiast",
|
|
||||||
company: "Karachi",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-model-is-smiling_114579-13323.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Ahmed Malik", role: "Owner, Brasserie", company: "Karachi Brasserie", rating: 5,
|
||||||
name: "Ahmed Malik",
|
imageSrc: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-3904.jpg"},
|
||||||
role: "Owner, Brasserie",
|
|
||||||
company: "Karachi Brasserie",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-3904.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Fatima Rizvi", role: "Event Planner", company: "Local Caterer", rating: 5,
|
||||||
name: "Fatima Rizvi",
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-hostel_23-2150601156.jpg"},
|
||||||
role: "Event Planner",
|
|
||||||
company: "Local Caterer",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-hostel_23-2150601156.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Usman Khan", role: "Diner", company: "Karachi", rating: 5,
|
||||||
name: "Usman Khan",
|
imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-sustained-home_23-2149362443.jpg"},
|
||||||
role: "Diner",
|
|
||||||
company: "Karachi",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-sustained-home_23-2149362443.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Ayesha Saleem", role: "Marketing Manager", company: "Spice Route Cafe", rating: 5,
|
||||||
name: "Ayesha Saleem",
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-his-girlfriend-lunch-time-restaurant_637285-1937.jpg"},
|
||||||
role: "Marketing Manager",
|
|
||||||
company: "Spice Route Cafe",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-his-girlfriend-lunch-time-restaurant_637285-1937.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{
|
||||||
value: "150+",
|
value: "150+", label: "Restaurants Listed"},
|
||||||
label: "Restaurants Listed",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "20K+",
|
value: "20K+", label: "Monthly Reservations"},
|
||||||
label: "Monthly Reservations",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "4.9",
|
value: "4.9", label: "Average Rating"},
|
||||||
label: "Average Rating",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Hear From Our Happy Diners & Partners"
|
title="Hear From Our Happy Diners & Partners"
|
||||||
description="Real stories from those who've experienced the convenience and success with Karachi Bites."
|
description="Real stories from those who've experienced the convenience and success with Karachi Bites."
|
||||||
@@ -286,61 +183,29 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "basic",
|
id: "basic", badge: "Standard", price: "Rs. 4,999/month", subtitle: "Essential visibility for growing restaurants.", buttons: [
|
||||||
badge: "Standard",
|
|
||||||
price: "Rs. 4,999/month",
|
|
||||||
subtitle: "Essential visibility for growing restaurants.",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Choose Basic",
|
text: "Choose Basic", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Basic Profile Listing",
|
"Basic Profile Listing", "Direct Booking Link", "Menu Showcase (50 items)", "Customer Review Management"],
|
||||||
"Direct Booking Link",
|
|
||||||
"Menu Showcase (50 items)",
|
|
||||||
"Customer Review Management",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "pro",
|
id: "pro", badge: "Popular", badgeIcon: Sparkles,
|
||||||
badge: "Popular",
|
price: "Rs. 8,999/month", subtitle: "Amplify your reach and streamline operations.", buttons: [
|
||||||
badgeIcon: Sparkles,
|
|
||||||
price: "Rs. 8,999/month",
|
|
||||||
subtitle: "Amplify your reach and streamline operations.",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Choose Pro",
|
text: "Choose Pro", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Premium Profile Listing",
|
"Premium Profile Listing", "Priority Placement in Search", "Unlimited Menu Items", "Online Order Integration", "Dedicated Account Support"],
|
||||||
"Priority Placement in Search",
|
|
||||||
"Unlimited Menu Items",
|
|
||||||
"Online Order Integration",
|
|
||||||
"Dedicated Account Support",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "enterprise",
|
id: "enterprise", badge: "Enterprise", price: "Custom Pricing", subtitle: "Tailored solutions for large chains and unique needs.", buttons: [
|
||||||
badge: "Enterprise",
|
|
||||||
price: "Custom Pricing",
|
|
||||||
subtitle: "Tailored solutions for large chains and unique needs.",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Contact Us",
|
text: "Contact Us", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Customizable Features",
|
"Customizable Features", "Multiple Location Management", "API Integration", "Advanced Analytics & Reporting", "24/7 Premium Support"],
|
||||||
"Multiple Location Management",
|
|
||||||
"API Integration",
|
|
||||||
"Advanced Analytics & Reporting",
|
|
||||||
"24/7 Premium Support",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="List Your Restaurant with Us"
|
title="List Your Restaurant with Us"
|
||||||
@@ -354,25 +219,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq-1",
|
id: "faq-1", title: "How do I make a reservation?", content: "Simply browse our restaurant listings, select your desired restaurant, choose an available time slot, and confirm your booking directly through our platform."},
|
||||||
title: "How do I make a reservation?",
|
|
||||||
content: "Simply browse our restaurant listings, select your desired restaurant, choose an available time slot, and confirm your booking directly through our platform.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-2",
|
id: "faq-2", title: "Can I order food for delivery?", content: "Yes, many of our partner restaurants offer direct online ordering for pickup or delivery. Look for the 'Order Now' button on their profile page."},
|
||||||
title: "Can I order food for delivery?",
|
|
||||||
content: "Yes, many of our partner restaurants offer direct online ordering for pickup or delivery. Look for the 'Order Now' button on their profile page.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-3",
|
id: "faq-3", title: "How can I list my restaurant on Karachi Bites?", content: "Visit our 'List Your Restaurant' section, choose a suitable pricing plan, and follow the simple steps to create your restaurant profile and menu."},
|
||||||
title: "How can I list my restaurant on Karachi Bites?",
|
|
||||||
content: "Visit our 'List Your Restaurant' section, choose a suitable pricing plan, and follow the simple steps to create your restaurant profile and menu.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-4",
|
id: "faq-4", title: "What kind of restaurants are featured?", content: "We feature a diverse range of mid-range establishments, from casual cafes and street food spots to elegant dining rooms across Karachi, catering to various tastes and budgets."},
|
||||||
title: "What kind of restaurants are featured?",
|
|
||||||
content: "We feature a diverse range of mid-range establishments, from casual cafes and street food spots to elegant dining rooms across Karachi, catering to various tastes and budgets.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/woman-using-laptop-mobile-phone_1170-703.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/woman-using-laptop-mobile-phone_1170-703.jpg"
|
||||||
imageAlt="Person holding phone with restaurant app"
|
imageAlt="Person holding phone with restaurant app"
|
||||||
@@ -388,14 +241,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"Karachi Brasserie",
|
"Karachi Brasserie", "The Spice Route Cafe", "Royal Dynasty Grill", "Pizzeria Gusto", "Ocean's Edge Seafood", "Fusion Bites Studio", "Dine Street Eats"]}
|
||||||
"The Spice Route Cafe",
|
|
||||||
"Royal Dynasty Grill",
|
|
||||||
"Pizzeria Gusto",
|
|
||||||
"Ocean's Edge Seafood",
|
|
||||||
"Fusion Bites Studio",
|
|
||||||
"Dine Street Eats",
|
|
||||||
]}
|
|
||||||
title="Trusted by Leading Karachi Eateries"
|
title="Trusted by Leading Karachi Eateries"
|
||||||
description="Proudly partnering with the city's favorite dining spots to bring you the best culinary experiences."
|
description="Proudly partnering with the city's favorite dining spots to bring you the best culinary experiences."
|
||||||
speed={40}
|
speed={40}
|
||||||
@@ -406,18 +252,13 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
text="Questions, feedback, or ready to partner with Karachi Bites? Our team is here to help!"
|
||||||
text="Ready to elevate your restaurant's online presence or find your next meal? Get in touch with us!"
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Contact Us",
|
text: "Contact Us", href: "mailto:info@karachibites.com"},
|
||||||
href: "mailto:info@karachibites.com",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "List Your Restaurant",
|
text: "List Your Restaurant", href: "#pricing"},
|
||||||
href: "#pricing",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -426,13 +267,9 @@ export default function LandingPage() {
|
|||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Karachi Bites"
|
logoText="Karachi Bites"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Privacy Policy",
|
text: "Privacy Policy", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "Terms of Service",
|
text: "Terms of Service", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user