Merge version_2 into main #1
195
src/app/page.tsx
195
src/app/page.tsx
@@ -30,21 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Pricing", id: "/pricing"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Hamburgasme"
|
||||
/>
|
||||
@@ -53,69 +47,44 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Hamburgasme 🍔🔥"
|
||||
description="أفضل burgers في Ariana! Buns pur beurre, viande fraîche, et un goût unique. اطلب توّا!"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5055.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5055.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-mexican-woman-eating-ranchero-food_23-2150222258.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-mexican-woman-eating-ranchero-food_23-2150222258.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/enthusiastic-woman-laughing-turquoise-wall_197531-19734.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/enthusiastic-woman-laughing-turquoise-wall_197531-19734.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Loved by our local community"
|
||||
buttons={[
|
||||
{
|
||||
text: "اطلب توّا (WhatsApp)",
|
||||
href: "https://wa.me/21621013464",
|
||||
},
|
||||
text: "اطلب توّا (WhatsApp)", href: "https://wa.me/21621013464"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+21621013464",
|
||||
},
|
||||
text: "Call Now", href: "tel:+21621013464"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "100% Fresh Meat",
|
||||
icon: Beef,
|
||||
type: "text-icon", text: "100% Fresh Meat", icon: Beef,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Artisan Buns",
|
||||
icon: Wheat,
|
||||
type: "text-icon", text: "Artisan Buns", icon: Wheat,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fast Delivery",
|
||||
icon: Truck,
|
||||
type: "text-icon", text: "Fast Delivery", icon: Truck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Secret Sauce",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Secret Sauce", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Open Daily",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "Open Daily", icon: Clock,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -129,47 +98,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Hamburgasme",
|
||||
price: "27.000 TND",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-burger_23-2149342861.jpg",
|
||||
},
|
||||
id: "p1", name: "Hamburgasme", price: "27.000 TND", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-burger_23-2149342861.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Mushroom Burger",
|
||||
price: "23.500 TND",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fries-hamburger-wooden-board_23-2148575425.jpg",
|
||||
},
|
||||
id: "p2", name: "Mushroom Burger", price: "23.500 TND", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/fries-hamburger-wooden-board_23-2148575425.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Crunchy Burger",
|
||||
price: "18.500 TND",
|
||||
variant: "Chicken",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-hamburger-with-juicy-burgers-tomato-red-cabbage_2829-4119.jpg",
|
||||
},
|
||||
id: "p3", name: "Crunchy Burger", price: "18.500 TND", variant: "Chicken", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-hamburger-with-juicy-burgers-tomato-red-cabbage_2829-4119.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Heart Attack",
|
||||
price: "41.500 TND",
|
||||
variant: "Specials",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-wooden-board-arrangement_23-2149897394.jpg",
|
||||
},
|
||||
id: "p4", name: "Heart Attack", price: "41.500 TND", variant: "Specials", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-wooden-board-arrangement_23-2149897394.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Classic Burger",
|
||||
price: "19.000 TND",
|
||||
variant: "Classics",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-menu-assortment_23-2148614044.jpg",
|
||||
},
|
||||
id: "p5", name: "Classic Burger", price: "19.000 TND", variant: "Classics", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-menu-assortment_23-2148614044.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Narcos",
|
||||
price: "17.500 TND",
|
||||
variant: "Light",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-delicious-sandwich-plate-left-side-stained-white-surface_179666-34251.jpg",
|
||||
},
|
||||
id: "p6", name: "Narcos", price: "17.500 TND", variant: "Light", imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-delicious-sandwich-plate-left-side-stained-white-surface_179666-34251.jpg"},
|
||||
]}
|
||||
title="Menu Hamburgasme"
|
||||
description="Discover our selection of premium and classic burgers."
|
||||
@@ -182,45 +121,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Great taste",
|
||||
quote: "Burger bnina barcha 🔥 n3awed nji kol jem3a",
|
||||
name: "Ahmed M.",
|
||||
role: "Foodie",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5055.jpg",
|
||||
},
|
||||
id: "1", title: "Great taste", quote: "Burger bnina barcha 🔥 n3awed nji kol jem3a", name: "Ahmed M.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5055.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Fast service",
|
||||
quote: "Service rapide w qualité top 💯",
|
||||
name: "Sarah K.",
|
||||
role: "Regular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-mexican-woman-eating-ranchero-food_23-2150222258.jpg",
|
||||
},
|
||||
id: "2", title: "Fast service", quote: "Service rapide w qualité top 💯", name: "Sarah K.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/front-view-mexican-woman-eating-ranchero-food_23-2150222258.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Best in town",
|
||||
quote: "A7sen burger fi Ariana 🍔🔥",
|
||||
name: "Med A.",
|
||||
role: "Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-woman-laughing-turquoise-wall_197531-19734.jpg",
|
||||
},
|
||||
id: "3", title: "Best in town", quote: "A7sen burger fi Ariana 🍔🔥", name: "Med A.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-woman-laughing-turquoise-wall_197531-19734.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Amazing quality",
|
||||
quote: "Frites w sauces haja o5ra 😍",
|
||||
name: "Leila B.",
|
||||
role: "Diner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg",
|
||||
},
|
||||
id: "4", title: "Amazing quality", quote: "Frites w sauces haja o5ra 😍", name: "Leila B.", role: "Diner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Best burger experience",
|
||||
quote: "Always fresh, always fast. Simply the best.",
|
||||
name: "Yassine Z.",
|
||||
role: "Fan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg",
|
||||
},
|
||||
id: "5", title: "Best burger experience", quote: "Always fresh, always fast. Simply the best.", name: "Yassine Z.", role: "Fan", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg"},
|
||||
]}
|
||||
title="آراء الحرفاء"
|
||||
description="What our customers say about us."
|
||||
@@ -236,30 +145,15 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "وين نلقاوكم؟",
|
||||
content: "موجودين في نهج مصطفى حجيج، أريانة.",
|
||||
},
|
||||
id: "f1", title: "وين نلقاوكم؟", content: "موجودين في نهج مصطفى حجيج، أريانة."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "عندكم توصيل؟",
|
||||
content: "نعم، نخدمو مع خدمات توصيل محلية.",
|
||||
},
|
||||
id: "f2", title: "عندكم توصيل؟", content: "نعم، نخدمو مع خدمات توصيل محلية."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "شنوة أوقات العمل؟",
|
||||
content: "محلولين كل يوم من الـ 11 صباحاً حتى الـ 11 ليلاً.",
|
||||
},
|
||||
id: "f3", title: "شنوة أوقات العمل؟", content: "محلولين كل يوم من الـ 11 صباحاً حتى الـ 11 ليلاً."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "اللحم فريش؟",
|
||||
content: "نستعملو كان اللحم الطازج يومياً.",
|
||||
},
|
||||
id: "f4", title: "اللحم فريش؟", content: "نستعملو كان اللحم الطازج يومياً."},
|
||||
{
|
||||
id: "f5",
|
||||
title: "تنجمو تعملو طلبية كبيرة؟",
|
||||
content: "بالطبع، كلمونا قبل بليلة للحفلات.",
|
||||
},
|
||||
id: "f5", title: "تنجمو تعملو طلبية كبيرة؟", content: "بالطبع، كلمونا قبل بليلة للحفلات."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -268,20 +162,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Contact Us"
|
||||
title="اطلب توّا 🍔"
|
||||
description="Av. Mustapha Hjeij, Ariana. Ouvert tous les jours."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/21621013464",
|
||||
},
|
||||
text: "WhatsApp", href: "https://wa.me/21621013464"},
|
||||
{
|
||||
text: "Call: 21 013 464",
|
||||
href: "tel:+21621013464",
|
||||
},
|
||||
text: "Call: 21 013 464", href: "tel:+21621013464"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -293,14 +182,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
69
src/app/pricing/page.tsx
Normal file
69
src/app/pricing/page.tsx
Normal file
@@ -0,0 +1,69 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Facebook, Instagram } from "lucide-react";
|
||||
|
||||
export default function PricingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="directional-hover"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Hamburgasme"
|
||||
/>
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardThree
|
||||
title="Our Pricing Plans"
|
||||
description="Choose the perfect meal plan for your cravings."
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic", name: "Solo Meal", price: "15.000 TND", buttons: [{ text: "Order Now", href: "https://wa.me/21621013464" }],
|
||||
features: ["Single Burger", "Regular Fries", "Soft Drink"]
|
||||
},
|
||||
{
|
||||
id: "pro", name: "Combo Deal", price: "25.000 TND", buttons: [{ text: "Order Now", href: "https://wa.me/21621013464" }],
|
||||
features: ["Premium Burger", "Large Fries", "Soft Drink", "Secret Sauce"]
|
||||
},
|
||||
{
|
||||
id: "family", name: "Family Pack", price: "65.000 TND", buttons: [{ text: "Order Now", href: "https://wa.me/21621013464" }],
|
||||
features: ["4 Premium Burgers", "Family Fries", "4 Soft Drinks", "Dessert"]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<FooterCard
|
||||
logoText="Hamburgasme"
|
||||
copyrightText="© 2025 Hamburgasme. All rights reserved."
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
]}
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user