Merge version_1 into main #1
362
src/app/page.tsx
362
src/app/page.tsx
@@ -28,260 +28,130 @@ export default function LandingPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Khanfe"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Khanfe"
|
||||
button={{ text: "Order Now", href: "#products" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroOverlay
|
||||
title="Experience Elevated Coffee Culture at Khanfe"
|
||||
description="Where luxury meets comfort. Relax, study, or socialize in our aesthetic lounge located inside Fair Oaks Mall."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-shop-with-blurred-effect_23-2148164740.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17123.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/interior-modern-cafe-with-sofas-chairs-tables_169016-36774.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Join our growing community of coffee enthusiasts."
|
||||
/>
|
||||
</div>
|
||||
<div id="home" data-section="home">
|
||||
<HeroOverlay
|
||||
title="Experience Elevated Coffee Culture at Khanfe"
|
||||
description="Where luxury meets comfort. Relax, study, or socialize in our aesthetic lounge located inside Fair Oaks Mall."
|
||||
buttons={[{ text: "View Our Menu", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/coffee-shop-with-blurred-effect_23-2148164740.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17123.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/interior-modern-cafe-with-sofas-chairs-tables_169016-36774.jpg", alt: "Customer 5" },
|
||||
]}
|
||||
avatarText="Join our growing community of coffee enthusiasts."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Modern Comfort, Unmatched Atmosphere"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Modern Comfort, Unmatched Atmosphere"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Matcha Latte",
|
||||
price: "$7.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-matcha-latte_1339-1051.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Cheesecake",
|
||||
price: "$7.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-biscuit-tiramisu_23-2147772016.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Pistachio Latte",
|
||||
price: "$8.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-milky-cocktail-with-icecream-ball-terrace_114579-3678.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Croissant",
|
||||
price: "$5.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/croissant-wooden-kitchen-towel-flat-lay_176474-8145.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Einspanner Coffee",
|
||||
price: "$7.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-tasty-chocolate-milkshake_181624-58437.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Kunafa",
|
||||
price: "$10.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yellow-traditional-turkish-delight-with-peanuts-grey-background_114579-59329.jpg",
|
||||
},
|
||||
]}
|
||||
title="Indulge Your Senses"
|
||||
description="From rich specialty lattes to exquisite artisanal desserts."
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Matcha Latte", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/iced-matcha-latte_1339-1051.jpg" },
|
||||
{ id: "p2", name: "Cheesecake", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-biscuit-tiramisu_23-2147772016.jpg" },
|
||||
{ id: "p3", name: "Pistachio Latte", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/green-milky-cocktail-with-icecream-ball-terrace_114579-3678.jpg" },
|
||||
{ id: "p4", name: "Croissant", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/croissant-wooden-kitchen-towel-flat-lay_176474-8145.jpg" },
|
||||
{ id: "p5", name: "Einspanner Coffee", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-tasty-chocolate-milkshake_181624-58437.jpg" },
|
||||
{ id: "p6", name: "Kunafa", price: "$10.00", imageSrc: "http://img.b2bpic.net/free-photo/yellow-traditional-turkish-delight-with-peanuts-grey-background_114579-59329.jpg" },
|
||||
]}
|
||||
title="Indulge Your Senses"
|
||||
description="From rich specialty lattes to exquisite artisanal desserts."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Star Rating",
|
||||
value: "5.0",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Daily Hours",
|
||||
value: "15+",
|
||||
icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Menu Items",
|
||||
value: "50+",
|
||||
icon: Coffee,
|
||||
},
|
||||
]}
|
||||
title="Why Our Guests Love Khanfe"
|
||||
description="Consistently rated 5 stars for our atmosphere and service."
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", title: "Star Rating", value: "5.0", icon: Star },
|
||||
{ id: "m2", title: "Daily Hours", value: "15+", icon: Clock },
|
||||
{ id: "m3", title: "Menu Items", value: "50+", icon: Coffee },
|
||||
]}
|
||||
title="Why Our Guests Love Khanfe"
|
||||
description="Consistently rated 5 stars for our atmosphere and service."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-743.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-matcha-tea_23-2150163295.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jane D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg",
|
||||
},
|
||||
]}
|
||||
cardTitle="What Guests Are Saying"
|
||||
cardTag="Reviews"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg" },
|
||||
{ id: "t2", name: "Michael L.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg" },
|
||||
{ id: "t3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-743.jpg" },
|
||||
{ id: "t4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-matcha-tea_23-2150163295.jpg" },
|
||||
{ id: "t5", name: "Jane D.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg" },
|
||||
]}
|
||||
cardTitle="What Guests Are Saying"
|
||||
cardTag="Reviews"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Where are you located?",
|
||||
content: "Inside Fair Oaks Mall, Unit U, Fairfax, Virginia.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What are your hours?",
|
||||
content: "Sunday-Thursday: 9am-11pm; Friday-Saturday: 9am-12am.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you have wine?",
|
||||
content: "Yes, we offer a selection of wines in the evening.",
|
||||
},
|
||||
]}
|
||||
sideTitle="Questions?"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Where are you located?", content: "Inside Fair Oaks Mall, Unit U, Fairfax, Virginia." },
|
||||
{ id: "f2", title: "What are your hours?", content: "Sunday-Thursday: 9am-11pm; Friday-Saturday: 9am-12am." },
|
||||
{ id: "f3", title: "Do you have wine?", content: "Yes, we offer a selection of wines in the evening." },
|
||||
]}
|
||||
sideTitle="Questions?"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Visit Us"
|
||||
title="Get In Touch"
|
||||
description="Have questions? Feel free to reach out to us at (240) 956-7540 or stop by the cafe."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/open-book-table_23-2148171385.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Get In Touch"
|
||||
description="Have questions? Feel free to reach out to us at (240) 956-7540 or stop by the cafe."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/open-book-table_23-2148171385.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Khanfe",
|
||||
items: [
|
||||
{
|
||||
label: "Fair Oaks Mall, Fairfax, VA",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
{
|
||||
label: "Sun-Thu: 9AM-11PM",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Fri-Sat: 9AM-12AM",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 Khanfe Café."
|
||||
bottomRightText="All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Khanfe", items: [{ label: "Fair Oaks Mall, Fairfax, VA", href: "#" }] },
|
||||
{ title: "Hours", items: [{ label: "Sun-Thu: 9AM-11PM", href: "#" }, { label: "Fri-Sat: 9AM-12AM", href: "#" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Khanfe Café."
|
||||
bottomRightText="All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user