Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f6c323ce2b | |||
| dd50e5ddba | |||
| 5e0e1af477 | |||
| b219345e6b | |||
| 159e838f05 | |||
| c757a0537c | |||
| 865bcd3b54 | |||
| 69bbb2d50f |
221
src/app/page.tsx
221
src/app/page.tsx
@@ -3,146 +3,129 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="expand-hover"
|
defaultButtonVariant="expand-hover"
|
||||||
defaultTextAnimation="background-highlight"
|
defaultTextAnimation="background-highlight"
|
||||||
borderRadius="pill"
|
borderRadius="soft"
|
||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="circleGradient"
|
background="noise"
|
||||||
cardStyle="glass-elevated"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="primary-glow"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="normal"
|
headingFontWeight="bold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "hero" },
|
{ name: "Home", id: "hero" },
|
||||||
{ name: "Menu", id: "menu" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "Menu", id: "menu" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Features", id: "features" },
|
||||||
]}
|
{ name: "Reviews", id: "testimonials" },
|
||||||
brandName="CAFE BAGALO"
|
{ name: "Contact", id: "contact" },
|
||||||
button={{ text: "Order Now", href: "#menu" }}
|
]}
|
||||||
/>
|
brandName="CAFE BAGALO"
|
||||||
</div>
|
button={{ text: "Order Now", href: "#menu" }}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardScroll
|
<HeroSplit
|
||||||
background={{ variant: "radial-gradient" }}
|
title="CAFE BAGALO"
|
||||||
title="CAFE BAGALO"
|
description="Authentic BBQ, Chinese classics, and gourmet burgers in Gulzar-e-hijri, Karachi. Serving excellence until 3 AM daily."
|
||||||
description="BBQ, Chinese, & Burgers. The heartbeat of Gulzar-e-hijri, serving up fresh flavors until 3 AM."
|
buttons={[{ text: "Explore Menu", href: "#menu" }]}
|
||||||
buttons={[
|
imageSrc="http://img.b2bpic.net/free-photo/side-view-cheeseburger-grilled-beef-patty-with-cheese-lettuce-burger-buns_141793-4806.jpg?_wi=1"
|
||||||
{ text: "Order Now", href: "#menu" },
|
imageAlt="Cafe Bagalo signature burger"
|
||||||
{ text: "View Menu", href: "#menu" },
|
background={{ variant: "sparkles-gradient" }}
|
||||||
]}
|
/>
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-cups-coffee-with-milk_23-2148337174.jpg"
|
</div>
|
||||||
imageAlt="Grilled kebab platter restaurant"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<SplitAbout
|
<InlineImageSplitTextAbout
|
||||||
textboxLayout="default"
|
heading={[{ type: "text", content: "About CAFE BAGALO" }]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={true}
|
||||||
title="About CAFE BAGALO"
|
className="py-20"
|
||||||
description="Situated in the heart of Karachi, we bring you the ultimate late-night comfort food experience. From sizzling BBQ skewers to flavorful Chinese classics and juicy burgers, we serve excellence every day until 3 AM. Dine-in, Takeaway, or Delivery—we are here for you."
|
/>
|
||||||
bulletPoints={[
|
</div>
|
||||||
{ title: "Dine-in", description: "Relax in our warm, inviting ambiance." },
|
|
||||||
{ title: "Takeaway", description: "Quick pick-ups for those on the go." },
|
|
||||||
{ title: "Delivery", description: "Deliciousness delivered right to your doorstep." },
|
|
||||||
]}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/modern-dining-room-with-round-table-red-chairs_23-2152001402.jpg"
|
|
||||||
mediaAnimation="slide-up"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="menu" data-section="menu">
|
<div id="menu" data-section="menu">
|
||||||
<ProductCardOne
|
<ProductCardThree
|
||||||
animationType="slide-up"
|
title="Our Culinary Delights"
|
||||||
textboxLayout="default"
|
description="From smoky BBQ to stir-fried Chinese and juicy burgers."
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="asymmetric-60-wide-40-narrow"
|
||||||
useInvertedBackground={true}
|
animationType="slide-up"
|
||||||
products={[
|
products={[
|
||||||
{ id: "1", name: "Beef Burger (Customer Favorite)", price: "PKR 750", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cheeseburger-grilled-beef-patty-with-cheese-lettuce-burger-buns_141793-4806.jpg" },
|
{ id: "1", name: "Special BBQ Platter", price: "PKR 1200", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tray-with-food-meat-fish-meals-along-with-different-sauces-brown-wooden-desk-food-meal-meat-cuisine_140725-28351.jpg" },
|
||||||
{ id: "2", name: "Chicken Chutney Roll", price: "PKR 250", imageSrc: "http://img.b2bpic.net/free-photo/matsusaka-wagyu-beef-sushi_1203-7815.jpg" },
|
{ id: "2", name: "Dragon Chicken (Chinese)", price: "PKR 650", imageSrc: "http://img.b2bpic.net/free-photo/matsusaka-wagyu-beef-sushi_1203-7815.jpg" },
|
||||||
{ id: "3", name: "Special BBQ Platter", price: "PKR 1200", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tray-with-food-meat-fish-meals-along-with-different-sauces-brown-wooden-desk-food-meal-meat-cuisine_140725-28351.jpg" },
|
{ id: "3", name: "Classic Beef Burger", price: "PKR 750", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cheeseburger-grilled-beef-patty-with-cheese-lettuce-burger-buns_141793-4806.jpg?_wi=2" }
|
||||||
]}
|
]}
|
||||||
title="Our Menu"
|
textboxLayout="split"
|
||||||
description="Popular items cooked to perfection."
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardSeven
|
<FeatureCardTwelve
|
||||||
animationType="slide-up"
|
title="Restaurant Features"
|
||||||
textboxLayout="default"
|
description="Our commitment to quality, service, and authentic taste."
|
||||||
useInvertedBackground={false}
|
animationType="blur-reveal"
|
||||||
features={[
|
textboxLayout="split"
|
||||||
{ id: 1, title: "Late Night Dining", description: "Open until 3 AM every day.", imageSrc: "http://img.b2bpic.net/free-vector/neon-cafe-open-sign-brick-wall_1048-7618.jpg" },
|
useInvertedBackground={false}
|
||||||
{ id: 2, title: "Authentic BBQ", description: "Traditional recipes, charcoal grilled.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barbecue-fire-with-coals_23-2148301316.jpg" },
|
features={[
|
||||||
{ id: 3, title: "Fast Delivery", description: "Getting your food hot, fast, and fresh.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-person-getting-parcel-out-delivery_23-2149371960.jpg" },
|
{ id: "1", label: "Hours", title: "Open Until 3 AM", items: ["Late-night dining", "Quality late-night service"] },
|
||||||
]}
|
{ id: "2", label: "Taste", title: "Authentic Recipes", items: ["Charcoal grilled", "Fresh ingredients"] },
|
||||||
title="Why Choose Us"
|
{ id: "3", label: "Delivery", title: "Fast Karachi Delivery", items: ["Speedy service", "Hot delivery guaranteed"] }
|
||||||
description="Your late-night destination."
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardSixteen
|
<TestimonialCardOne
|
||||||
animationType="slide-up"
|
title="Customer Feedback"
|
||||||
textboxLayout="default"
|
description="See what our customers in Gulzar-e-hijri say about us."
|
||||||
useInvertedBackground={true}
|
gridVariant="three-columns-all-equal-width"
|
||||||
testimonials={[
|
animationType="slide-up"
|
||||||
{ id: "1", name: "Ali Khan", role: "Foodie", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/watching-funny-video-internet-with-coworkers-cafe-terrace-with-tasty-food_8353-10265.jpg?_wi=1" },
|
textboxLayout="split"
|
||||||
{ id: "2", name: "Sara Ahmed", role: "Regular", company: "Local", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg" },
|
useInvertedBackground={false}
|
||||||
{ id: "3", name: "John Doe", role: "Visitor", company: "External", rating: 2, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-smiling-sitting-floor-white-wall_176420-8542.jpg" },
|
testimonials={[
|
||||||
{ id: "4", name: "Zainab R.", role: "Diner", company: "Local", rating: 3, imageSrc: "http://img.b2bpic.net/free-photo/good-humoured-caucasian-woman-enjoying-healthy-food-indoor-shot-smiling-girl-eating-salad_197531-17196.jpg" },
|
{ id: "1", name: "Ali Khan", role: "Regular", company: "Karachi", rating: 5 },
|
||||||
{ id: "5", name: "Bilal Ahmed", role: "Diner", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/watching-funny-video-internet-with-coworkers-cafe-terrace-with-tasty-food_8353-10265.jpg?_wi=2" },
|
{ id: "2", name: "Sara Ahmed", role: "Foodie", company: "Local", rating: 5 },
|
||||||
]}
|
{ id: "3", name: "John Doe", role: "Diner", company: "Visitor", rating: 4 }
|
||||||
kpiItems={[
|
]}
|
||||||
{ value: "52", label: "Total Reviews" },
|
/>
|
||||||
{ value: "3.8", label: "Avg Rating" },
|
</div>
|
||||||
{ value: "3AM", label: "Open Daily" },
|
|
||||||
]}
|
|
||||||
title="Customer Reviews"
|
|
||||||
description="Average rating: 3.8/5 from 52 reviews."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
title="Contact & Location"
|
||||||
background={{ variant: "plain" }}
|
description="Visit us in Gulzar-e-hijri, Karachi. We are open for dine-in and delivery until 3 AM."
|
||||||
tag="Visit Us"
|
tag="Get in touch"
|
||||||
title="Find Us"
|
background={{ variant: "plain" }}
|
||||||
description="Teachers Society Sector 19 A, Gulshan-e-Iqbal, Karachi. Phone: +92 320 2191633. Open until 3 AM."
|
useInvertedBackground={false}
|
||||||
imageSrc="http://img.b2bpic.net/free-vector/collection-taxi-app-interface-smartphone_23-2148476857.jpg"
|
/>
|
||||||
mediaAnimation="slide-up"
|
</div>
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="CAFE BAGALO"
|
logoText="CAFE BAGALO"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }] },
|
{ title: "Quick Links", items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }] },
|
||||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] },
|
{ title: "Contact", items: [{ label: "+92 320 2191633", href: "tel:+923202191633" }] }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f5f4ef;
|
--background: #0a0a0a;
|
||||||
--card: #dad6cd;
|
--card: #1a1a1a;
|
||||||
--foreground: #2a2928;
|
--foreground: #fffaf0;
|
||||||
--primary-cta: #2a2928;
|
--primary-cta: #d2691e;
|
||||||
--primary-cta-text: #f5f4ef;
|
--primary-cta-text: #f5f4ef;
|
||||||
--secondary-cta: #ecebea;
|
--secondary-cta: #2a2a2a;
|
||||||
--secondary-cta-text: #2a2928;
|
--secondary-cta-text: #2a2928;
|
||||||
--accent: #ffffff;
|
--accent: #8b4513;
|
||||||
--background-accent: #c6b180;
|
--background-accent: #3e2723;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user