Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 983dafc7a9 | |||
| ad337181be | |||
| c54c6ee1dc | |||
| 56ad9f8257 | |||
| cf0ac2e313 | |||
| c856522c1f | |||
| b216578380 | |||
| a2d6b21d10 | |||
| ba7fe6ed42 |
178
src/app/page.tsx
178
src/app/page.tsx
@@ -30,79 +30,37 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home", id: "hero"},
|
{ name: "Menu", id: "menu" },
|
||||||
{
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
name: "Menu", id: "menu"},
|
{ name: "Contact", id: "contact" },
|
||||||
{
|
|
||||||
name: "Testimonials", id: "testimonials"},
|
|
||||||
{
|
|
||||||
name: "Contact", id: "contact"},
|
|
||||||
]}
|
]}
|
||||||
brandName="Ai's Kitchen"
|
brandName="Cafe Restaurant Dar L'hssira"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardTestimonial
|
<HeroBillboardTestimonial
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars"}}
|
title="Welcome to Cafe Restaurant Dar L'hssira"
|
||||||
title="Welcome to Ai's Kitchen"
|
description="Experience authentic culinary art in a warm, traditional setting. Discover the rich flavors of our kitchen."
|
||||||
description="I am Ai, your personal host. Experience culinary art in a warm, sophisticated setting. Let me guide your evening."
|
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ name: "Sarah Miller", handle: "@sarahm", testimonial: "The ambiance is perfect and the food is extraordinary.", rating: 5 },
|
||||||
name: "Sarah Miller", handle: "@sarahm", testimonial: "The experience was truly transformative. Ai is a wonderful host.", rating: 5,
|
{ name: "John Doe", handle: "@johnd", testimonial: "A wonderful place for family gatherings.", rating: 5 },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081852.jpg?_wi=1", imageAlt: "elegant restaurant table dinner setting"},
|
|
||||||
{
|
|
||||||
name: "John Doe", handle: "@johnd", testimonial: "Unparalleled service and culinary excellence.", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728002.jpg?_wi=1", imageAlt: "elegant restaurant table dinner setting"},
|
|
||||||
{
|
|
||||||
name: "Anna Smith", handle: "@annas", testimonial: "Truly the best restaurant in town, the atmosphere is simply magical.", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-savory-eggplant-rolls-cooked-dish-with-lemon-slices-dark-surface-dinner-cooking-meal-citrus-oil-dish_140725-102033.jpg?_wi=1", imageAlt: "elegant restaurant table dinner setting"},
|
|
||||||
{
|
|
||||||
name: "Robert Chen", handle: "@robertc", testimonial: "A masterclass in modern dining. Every bite was purposeful.", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fish-barbecue-with-green-dip-sauce-white-plate_114579-3425.jpg?_wi=1", imageAlt: "elegant restaurant table dinner setting"},
|
|
||||||
{
|
|
||||||
name: "Lisa Wong", handle: "@lisaw", testimonial: "I love how Ai makes everything feel so personalized.", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/sugar-powder-is-sprinkled-chocolate-pudding-glasses_140725-5079.jpg?_wi=1", imageAlt: "elegant restaurant table dinner setting"},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081852.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081852.jpg?_wi=2"
|
||||||
imageAlt="Restaurant ambiance"
|
imageAlt="Restaurant ambiance"
|
||||||
avatars={[
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/man-giving-small-gift-box-blond-woman-table_23-2148014511.jpg", alt: "Sarah Miller"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg", alt: "John Doe"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg", alt: "Anna Smith"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520073.jpg", alt: "Robert Chen"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg", alt: "Lisa Wong"},
|
|
||||||
]}
|
|
||||||
marqueeItems={[
|
|
||||||
{
|
|
||||||
type: "text", text: "Farm-to-table"},
|
|
||||||
{
|
|
||||||
type: "text", text: "AI-Enhanced Service"},
|
|
||||||
{
|
|
||||||
type: "text", text: "Seasonal Ingredients"},
|
|
||||||
{
|
|
||||||
type: "text", text: "Fine Dining"},
|
|
||||||
{
|
|
||||||
type: "text", text: "Expertly Curated"},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<MediaAbout
|
<MediaAbout
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="A Legacy of Taste"
|
title="Our Story"
|
||||||
description="At Ai's Kitchen, we believe dining is an intimate conversation between the chef and the guest. We source seasonal, local ingredients to craft experiences that stay with you."
|
description="Cafe Restaurant Dar L'hssira brings together traditional recipes and fresh, local ingredients. We take pride in serving our community with excellence."
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728002.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728002.jpg?_wi=2"
|
||||||
imageAlt="Chef at work"
|
imageAlt="Our team at work"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -113,95 +71,25 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{ id: "m1", name: "Signature Tagine", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/top-view-savory-eggplant-rolls-cooked-dish-with-lemon-slices-dark-surface-dinner-cooking-meal-citrus-oil-dish_140725-102033.jpg?_wi=2" },
|
||||||
id: "m1", name: "Truffle Risotto", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/top-view-savory-eggplant-rolls-cooked-dish-with-lemon-slices-dark-surface-dinner-cooking-meal-citrus-oil-dish_140725-102033.jpg?_wi=2"},
|
{ id: "m2", name: "Traditional Couscous", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/fish-barbecue-with-green-dip-sauce-white-plate_114579-3425.jpg?_wi=2" },
|
||||||
{
|
{ id: "m3", name: "Fresh Mint Tea & Pastries", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/sugar-powder-is-sprinkled-chocolate-pudding-glasses_140725-5079.jpg?_wi=2" },
|
||||||
id: "m2", name: "Seared Scallops", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/fish-barbecue-with-green-dip-sauce-white-plate_114579-3425.jpg?_wi=2"},
|
|
||||||
{
|
|
||||||
id: "m3", name: "Dark Chocolate Ganache", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/sugar-powder-is-sprinkled-chocolate-pudding-glasses_140725-5079.jpg?_wi=2"},
|
|
||||||
{
|
|
||||||
id: "m4", name: "Wagyu Tenderloin", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/closeup-side-dish-with-vegetables-caviar-top-with-blurred-background_181624-2204.jpg"},
|
|
||||||
{
|
|
||||||
id: "m5", name: "Lobster Linguine", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/plate-azerbaijani-dish-khangal-square-pasta-served-with-minced-meat-onion_140725-4919.jpg"},
|
|
||||||
{
|
|
||||||
id: "m6", name: "Artisanal Wine Flight", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-crackers-with-cherry-confiture-glass-dishes_114579-17148.jpg"},
|
|
||||||
]}
|
]}
|
||||||
title="Our Signature Menu"
|
title="Menu"
|
||||||
description="Discover our hand-picked selections curated for the discerning palate."
|
description="Discover the authentic taste of tradition."
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
|
||||||
<MetricCardEleven
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={true}
|
|
||||||
metrics={[
|
|
||||||
{
|
|
||||||
id: "1", value: "15", title: "Years of Excellence", description: "Serving the finest meals", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89992.jpg"},
|
|
||||||
{
|
|
||||||
id: "2", value: "10K+", title: "Happy Diners", description: "Guests satisfied every year", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-roulade-with-radish-greens-dogwood-pistachio-bread-table_141793-3807.jpg"},
|
|
||||||
{
|
|
||||||
id: "3", value: "50", title: "Unique Flavors", description: "Crafted from fresh produce", imageSrc: "http://img.b2bpic.net/free-photo/dessert-with-strawberry-cafe_181624-26180.jpg"},
|
|
||||||
]}
|
|
||||||
title="By The Numbers"
|
|
||||||
description="Passion measured in quality, years, and happy smiles."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
|
||||||
<TestimonialCardFive
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
testimonials={[
|
|
||||||
{
|
|
||||||
id: "t1", name: "Elena V.", date: "Nov 2023", title: "Perfect Evening", quote: "Ai made sure every detail was perfect. The service was polite and unobtrusive.", tag: "Dining", avatarSrc: "http://img.b2bpic.net/free-photo/man-giving-small-gift-box-blond-woman-table_23-2148014511.jpg", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081852.jpg?_wi=3", imageAlt: "happy customer fine dining restaurant"},
|
|
||||||
{
|
|
||||||
id: "t2", name: "Marcus R.", date: "Oct 2023", title: "Pure Magic", quote: "The wagyu was beyond expectations. Ai's recommendation was spot on.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg", imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728002.jpg?_wi=3", imageAlt: "happy customer fine dining restaurant"},
|
|
||||||
{
|
|
||||||
id: "t3", name: "Chloe L.", date: "Sep 2023", title: "Five Stars", quote: "A truly elegant atmosphere, highly recommended for anniversaries.", tag: "Celebration", avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-savory-eggplant-rolls-cooked-dish-with-lemon-slices-dark-surface-dinner-cooking-meal-citrus-oil-dish_140725-102033.jpg?_wi=3", imageAlt: "happy customer fine dining restaurant"},
|
|
||||||
{
|
|
||||||
id: "t4", name: "David B.", date: "Aug 2023", title: "Outstanding", quote: "The wine pairing is a must-try. Incredible experience overall.", tag: "Wine", avatarSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520073.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fish-barbecue-with-green-dip-sauce-white-plate_114579-3425.jpg?_wi=3", imageAlt: "happy customer fine dining restaurant"},
|
|
||||||
{
|
|
||||||
id: "t5", name: "Sophia G.", date: "Jul 2023", title: "Refined", quote: "Such a peaceful and lovely place. I love the AI host persona.", tag: "Relax", avatarSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg", imageSrc: "http://img.b2bpic.net/free-photo/sugar-powder-is-sprinkled-chocolate-pudding-glasses_140725-5079.jpg?_wi=3", imageAlt: "happy customer fine dining restaurant"},
|
|
||||||
]}
|
|
||||||
title="Guest Reflections"
|
|
||||||
description="Hear what our beloved guests say about their journey with us."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
|
||||||
<FaqSplitMedia
|
|
||||||
textboxLayout="split"
|
|
||||||
useInvertedBackground={true}
|
|
||||||
faqs={[
|
|
||||||
{
|
|
||||||
id: "f1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance."},
|
|
||||||
{
|
|
||||||
id: "f2", title: "Is the restaurant wheelchair accessible?", content: "Absolutely, our space is fully accessible."},
|
|
||||||
{
|
|
||||||
id: "f3", title: "Can I chat with Ai?", content: "Yes, Ai is available on our digital platform to help you anytime."},
|
|
||||||
]}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-businessman-seaking-phone-shaking-hand_23-2147793072.jpg"
|
|
||||||
mediaAnimation="slide-up"
|
|
||||||
title="Common Questions"
|
|
||||||
description="Answers to help you plan your perfect visit."
|
|
||||||
faqsAnimation="blur-reveal"
|
|
||||||
imageAlt="Friendly staff"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "sparkles-gradient" }}
|
||||||
variant: "sparkles-gradient"}}
|
|
||||||
tag="Contact Us"
|
tag="Contact Us"
|
||||||
title="Ready to Experience Ai's Kitchen?"
|
title="Visit Us"
|
||||||
description="Reserve your table today and let me, Ai, prepare for your arrival."
|
description="Cafe Restaurant Dar L'hssira | Address: 123 Heritage Lane, Old Quarter | Opening Hours: Mon-Sun, 10:00 AM - 11:00 PM | Options: Dine-in, Takeaway, Delivery."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Call Us", href: "tel:+1234567890" },
|
||||||
text: "Book Now", href: "#"},
|
{ text: "Book Table", href: "#" },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -209,24 +97,10 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ items: [{ label: "Home", href: "#" }, { label: "Menu", href: "#menu" }] },
|
||||||
items: [
|
{ items: [{ label: "Contact", href: "#contact" }, { label: "Location", href: "#contact" }] },
|
||||||
{
|
|
||||||
label: "About", href: "#"},
|
|
||||||
{
|
|
||||||
label: "Menu", href: "#menu"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Reservations", href: "#"},
|
|
||||||
{
|
|
||||||
label: "Contact", href: "#contact"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoText="Ai's Kitchen"
|
logoText="Dar L'hssira"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user