Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-14 21:28:50 +00:00

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FooterCard from '@/components/sections/footer/FooterCard';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -12,7 +12,8 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TeamCardTen from '@/components/sections/team/TeamCardTen';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Facebook, Instagram, Sparkles } from "lucide-react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import { Facebook, Instagram, Sparkles, MapPin, Phone, Mail } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,22 +33,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Menu",
id: "menu",
},
{
name: "Chef",
id: "chef",
},
{
name: "Reservations",
id: "reservations",
},
{ name: "Home", id: "hero" },
{ name: "Menu", id: "menu" },
{ name: "Chef", id: "chef" },
{ name: "Location", id: "location" },
{ name: "Reservations", id: "reservations" },
]}
brandName="Restaurant Tarik"
/>
@@ -56,105 +46,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
title="The Soul of Moroccan Cuisine in Agadir"
description="Authentic tagines, legendary couscous, warm hospitality, and unforgettable Moroccan flavors."
testimonials={[
{
name: "Sarah J.",
handle: "@traveler",
testimonial: "The best lamb tagine I had in Agadir, truly authentic.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/muslim-couple-talking-arab-restaurant_23-2147794264.jpg?_wi=1",
},
{
name: "Ahmed K.",
handle: "@local",
testimonial: "Generous portions and reminds me of home cooking.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/good-humoured-female-model-resting-street-cafe-outdoor-portrait-glad-brunette-girl-with-straw-hat-expressing-happiness_197531-15780.jpg?_wi=1",
},
{
name: "Elena R.",
handle: "@foodie",
testimonial: "A wonderful hidden gem with perfect service.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-smartphone-outdoors_1262-19163.jpg?_wi=1",
},
{
name: "David K.",
handle: "@visitor",
testimonial: "Incredible atmosphere, felt like a true Moroccan feast.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/fresh-dushbere-with-bread-table_140725-2374.jpg?_wi=1",
},
{
name: "Sophie M.",
handle: "@expat",
testimonial: "The spices are perfectly balanced. Simply perfect.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-spanish-tortilla_23-2150168079.jpg?_wi=1",
},
]}
testimonials={[]}
buttons={[
{
text: "Reserve a Table",
href: "#reservations",
},
{
text: "View Menu",
href: "#menu",
},
{ text: "Reserve a Table", href: "#reservations" },
{ text: "View Menu", href: "#menu" },
]}
imageSrc="http://img.b2bpic.net/free-photo/muslim-woman-pouring-tea_23-2147796716.jpg"
imageAlt="Moroccan Tagine"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/adding-fruit-tea-into-glass-with-nuts-around_114579-3221.jpg",
alt: "Guest 1",
},
{
src: "http://img.b2bpic.net/free-photo/ramadan-concept-with-tea_23-2147796700.jpg",
alt: "Guest 2",
},
{
src: "http://img.b2bpic.net/free-photo/man-pours-tea-cup-jam-sweets-side-view_141793-3236.jpg",
alt: "Guest 3",
},
{
src: "http://img.b2bpic.net/free-photo/ramadan-concept-with-tea_23-2147796703.jpg",
alt: "Guest 4",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-man-with-delicious-dish-poutine_23-2149486054.jpg",
alt: "Guest 5",
},
]}
avatarText="Join 500+ happy diners"
marqueeItems={[
{
type: "text",
text: "Slow Cooked Tagines",
},
{
type: "text",
text: "Fresh Local Produce",
},
{
type: "text",
text: "Authentic Agadir Spices",
},
{
type: "text",
text: "Hand-rolled Couscous",
},
{
type: "text",
text: "Daily Specials",
},
]}
/>
</div>
@@ -177,44 +77,7 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Royal Lamb Tagine",
price: "120 MAD",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grape-leaves-dolma-served-with-yogurt_140725-7075.jpg",
},
{
id: "p2",
name: "Friday Couscous",
price: "95 MAD",
imageSrc: "http://img.b2bpic.net/free-photo/baked-meat-sauce-parsley-sumakh-pickles_141793-16636.jpg",
},
{
id: "p3",
name: "Chicken Pastilla",
price: "85 MAD",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-lamb-dish-cooked-with-pomegranate-onion-oil_140725-5140.jpg",
},
{
id: "p4",
name: "Traditional Refissa",
price: "110 MAD",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-daiquiri-cocktail-glass_23-2149486829.jpg",
},
{
id: "p5",
name: "Grilled Skewers",
price: "75 MAD",
imageSrc: "http://img.b2bpic.net/free-photo/steamed-rice-plate-table-with-fish-pumpkin-side-view_141793-3196.jpg",
},
{
id: "p6",
name: "Avocado Juice",
price: "35 MAD",
imageSrc: "http://img.b2bpic.net/free-photo/yellow-green-cocktail-table_140725-2243.jpg",
},
]}
products={[]}
title="Signature Dishes"
description="Traditional recipes passed down through generations."
/>
@@ -223,33 +86,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sarah J.",
imageSrc: "http://img.b2bpic.net/free-photo/muslim-couple-talking-arab-restaurant_23-2147794264.jpg?_wi=2",
},
{
id: "t2",
name: "Michael B.",
imageSrc: "http://img.b2bpic.net/free-photo/good-humoured-female-model-resting-street-cafe-outdoor-portrait-glad-brunette-girl-with-straw-hat-expressing-happiness_197531-15780.jpg?_wi=2",
},
{
id: "t3",
name: "Elena R.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-smartphone-outdoors_1262-19163.jpg?_wi=2",
},
{
id: "t4",
name: "David K.",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-dushbere-with-bread-table_140725-2374.jpg?_wi=2",
},
{
id: "t5",
name: "Sophie M.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-spanish-tortilla_23-2150168079.jpg?_wi=2",
},
]}
testimonials={[]}
cardTitle="Customer Love"
cardTag="Reviews"
cardAnimation="blur-reveal"
@@ -262,23 +99,7 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "264+",
description: "Happy Reviews",
},
{
id: "m2",
value: "15+",
description: "Years Tradition",
},
{
id: "m3",
value: "100%",
description: "Local Ingredients",
},
]}
metrics={[]}
title="The Terrace Experience"
description="A hidden oasis in the heart of Agadir."
/>
@@ -290,23 +111,7 @@ export default function LandingPage() {
title="Meet Chef Hassan"
tag="Culinary Heritage"
membersAnimation="slide-up"
members={[
{
id: "c1",
name: "Chef Hassan",
imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1318.jpg",
},
{
id: "c2",
name: "Sous Chef Amina",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-chef-kitchen_23-2149646279.jpg",
},
{
id: "c3",
name: "Pastry Expert Karim",
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-preparing-salad-rubbing-cheese-top_1303-32161.jpg",
},
]}
members={[]}
memberVariant="card"
/>
</div>
@@ -315,70 +120,43 @@ export default function LandingPage() {
<FaqDouble
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Traditional Tagines",
content: "Slow-cooked dishes with spices and seasonal vegetables.",
},
{
id: "f2",
title: "Friday Couscous",
content: "Our signature weekly specialty, served with seven vegetables.",
},
{
id: "f3",
title: "Fresh Juices",
content: "Made with seasonal fruits from local markets.",
},
]}
faqs={[]}
title="Menu Preview"
description="A glimpse into our curated Moroccan selections."
faqsAnimation="blur-reveal"
/>
</div>
<div id="location" data-section="location">
<ContactCenter
tag="Visit Us"
title="Find Us in Agadir"
description="We are located in the heart of the city. Visit us for an authentic dining experience."
/>
</div>
<div id="reservations" data-section="reservations">
<ContactCTA
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Join Us"
title="Reserve Your Moroccan Experience"
description="Book your table today and taste the heart of Agadir."
buttons={[
{
text: "WhatsApp Booking",
href: "https://wa.me/212600000000",
},
{
text: "Reserve Table",
href: "#",
},
{ text: "WhatsApp Booking", href: "https://wa.me/212600000000" },
{ text: "Reserve Table", href: "#" },
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
<FooterLogoReveal
logoText="Restaurant Tarik"
copyrightText="© 2025 Restaurant Tarik. Traditional since 2008."
socialLinks={[
{
icon: Instagram,
href: "#",
ariaLabel: "Instagram",
},
{
icon: Facebook,
href: "#",
ariaLabel: "Facebook",
},
]}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "© 2025 Restaurant Tarik", href: "#" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}