Merge version_1 into main #2
259
src/app/page.tsx
259
src/app/page.tsx
@@ -19,31 +19,23 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Sajjry"
|
||||
/>
|
||||
@@ -52,41 +44,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Authentic Saj, Crafted Daily in Jal El Dib"
|
||||
description="Experience the true taste of tradition at Sajjry. Fresh ingredients, time-honored recipes, and the golden crunch of perfectly baked saj."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Order Online", href: "#products"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-cook-rolling-out-dough-with-flour-dark-surface_179666-44587.jpg?_wi=1",
|
||||
imageAlt: "Traditional Saj Bread",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-cook-rolling-out-dough-with-flour-dark-surface_179666-44587.jpg", imageAlt: "Traditional Saj Bread"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baker-lifting-bread-dough-wooden-spoon_1170-2292.jpg?_wi=1",
|
||||
imageAlt: "Fresh Saj Baking",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baker-lifting-bread-dough-wooden-spoon_1170-2292.jpg", imageAlt: "Fresh Saj Baking"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-meat-sandwich-with-lemonnd-greens-black_140725-104394.jpg?_wi=1",
|
||||
imageAlt: "Gourmet Saj Wrap",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-meat-sandwich-with-lemonnd-greens-black_140725-104394.jpg", imageAlt: "Gourmet Saj Wrap"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134259.jpg",
|
||||
imageAlt: "Our Authentic Bakery",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134259.jpg", imageAlt: "Our Authentic Bakery"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dough-condiments-pizza_23-2147772102.jpg",
|
||||
imageAlt: "Fresh Ingredients",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dough-condiments-pizza_23-2147772102.jpg", imageAlt: "Fresh Ingredients"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-showing-plate-with-food-camera_23-2148471885.jpg",
|
||||
imageAlt: "Our Chef at Work",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-showing-plate-with-food-camera_23-2148471885.jpg", imageAlt: "Our Chef at Work"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -96,18 +73,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "The Heart of Sajjry",
|
||||
},
|
||||
type: "text", content: "The Heart of Sajjry"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/cafe-sibiu-romania_1268-20583.jpg",
|
||||
alt: "Sajjry Bakery",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/cafe-sibiu-romania_1268-20583.jpg", alt: "Sajjry Bakery"},
|
||||
{
|
||||
type: "text",
|
||||
content: "Since our doors opened in Jal El Dib, we've been dedicated to bringing you the finest lebanese bread. We combine local spices with traditional baking to create comfort in every bite.",
|
||||
},
|
||||
type: "text", content: "Since our doors opened in Jal El Dib, we've been dedicated to bringing you the finest lebanese bread. We combine local spices with traditional baking to create comfort in every bite."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,47 +90,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Zaatar",
|
||||
price: "$2.50",
|
||||
variant: "Original",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-gutab-stuffed-flatbread-with-minced-meat-topped-with-sumack_140725-6897.jpg",
|
||||
},
|
||||
id: "p1", name: "Classic Zaatar", price: "$2.50", variant: "Original", imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-gutab-stuffed-flatbread-with-minced-meat-topped-with-sumack_140725-6897.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Golden Cheese",
|
||||
price: "$3.00",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-homemade-pizza_181624-35320.jpg",
|
||||
},
|
||||
id: "p2", name: "Golden Cheese", price: "$3.00", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-homemade-pizza_181624-35320.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Savory Meat",
|
||||
price: "$4.50",
|
||||
variant: "Traditional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beetroot-hummus-canapes-withgreen-pepper-slices-parsley-cutting-board-light-surface_114579-5587.jpg",
|
||||
},
|
||||
id: "p3", name: "Savory Meat", price: "$4.50", variant: "Traditional", imageSrc: "http://img.b2bpic.net/free-photo/beetroot-hummus-canapes-withgreen-pepper-slices-parsley-cutting-board-light-surface_114579-5587.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Fresh Labneh",
|
||||
price: "$3.50",
|
||||
variant: "Vegetarian",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cooked-meat-veggies-kebab-high-view_23-2148651051.jpg",
|
||||
},
|
||||
id: "p4", name: "Fresh Labneh", price: "$3.50", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/cooked-meat-veggies-kebab-high-view_23-2148651051.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Soujouk Special",
|
||||
price: "$5.00",
|
||||
variant: "Spicy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chebureks-kutab-fried-chebureks-with-pomegranate-cheese-herbs-meat-with-sauce_176474-2537.jpg",
|
||||
},
|
||||
id: "p5", name: "Soujouk Special", price: "$5.00", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chebureks-kutab-fried-chebureks-with-pomegranate-cheese-herbs-meat-with-sauce_176474-2537.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Choco Banana",
|
||||
price: "$4.00",
|
||||
variant: "Dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-traditional-cookies-with-sugar-powder-top-white-ceramic-plate_114579-61790.jpg",
|
||||
},
|
||||
id: "p6", name: "Choco Banana", price: "$4.00", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-traditional-cookies-with-sugar-powder-top-white-ceramic-plate_114579-61790.jpg"},
|
||||
]}
|
||||
title="Our Signature Saj Menu"
|
||||
description="Handcrafted, fresh, and irresistibly delicious. Explore our menu of traditional favorites and modern twists."
|
||||
@@ -174,40 +114,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Order Online",
|
||||
description: "Quickly order your favorite saj through our website and enjoy local delivery.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-food-world-tourism-day_23-2149114018.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-kitchen-with-tablet-screen-template_23-2148006245.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-cook-rolling-out-dough-with-flour-dark-surface_179666-44587.jpg?_wi=2",
|
||||
imageAlt: "mobile ordering app interface food delivery",
|
||||
title: "Order Online", description: "Quickly order your favorite saj through our website and enjoy local delivery.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-food-world-tourism-day_23-2149114018.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/chef-kitchen-with-tablet-screen-template_23-2148006245.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Farm-Fresh Ingredients",
|
||||
description: "We source the freshest local vegetables and herbs daily.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-bread-with-eggs-milk-dark-blue-surface_179666-44596.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-fresh-bread-with-eggs-milk-dark-background-cake-pie-tea-sugar-bun-bake-biscuit-breakfast-dough_179666-46666.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baker-lifting-bread-dough-wooden-spoon_1170-2292.jpg?_wi=2",
|
||||
imageAlt: "mobile ordering app interface food delivery",
|
||||
title: "Farm-Fresh Ingredients", description: "We source the freshest local vegetables and herbs daily.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-bread-with-eggs-milk-dark-blue-surface_179666-44596.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-fresh-bread-with-eggs-milk-dark-background-cake-pie-tea-sugar-bun-bake-biscuit-breakfast-dough_179666-46666.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Traditional Craft",
|
||||
description: "Artisan baking techniques passed down through generations.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nutritional-counter-app-concept_23-2149880618.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-food-world-tourism-day_23-2149114025.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-meat-sandwich-with-lemonnd-greens-black_140725-104394.jpg?_wi=2",
|
||||
imageAlt: "mobile ordering app interface food delivery",
|
||||
title: "Traditional Craft", description: "Artisan baking techniques passed down through generations.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/nutritional-counter-app-concept_23-2149880618.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-food-world-tourism-day_23-2149114025.jpg" }
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -220,31 +136,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah H.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-eating-iskender-kebab-copper-platter-with-pickles-yogurt-ayran_141793-2082.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454153.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Leila K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-paper-wrapped-sandwich_23-2151311156.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Antoine R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Nour M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-with-delicious-food_23-2150215553.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah H.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-eating-iskender-kebab-copper-platter-with-pickles-yogurt-ayran_141793-2082.jpg" },
|
||||
{ id: "t2", name: "Mark D.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454153.jpg" },
|
||||
{ id: "t3", name: "Leila K.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-paper-wrapped-sandwich_23-2151311156.jpg" },
|
||||
{ id: "t4", name: "Antoine R.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg" },
|
||||
{ id: "t5", name: "Nour M.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-with-delicious-food_23-2150215553.jpg" },
|
||||
]}
|
||||
cardTitle="Loved by Jal El Dib"
|
||||
cardTag="Testimonials"
|
||||
@@ -257,14 +153,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Jal El Dib Community",
|
||||
"Local Businesses",
|
||||
"Food Critics",
|
||||
"Daily Commuters",
|
||||
"University Students",
|
||||
"Nearby Families",
|
||||
"Local Chefs",
|
||||
]}
|
||||
"Jal El Dib Community", "Local Businesses", "Food Critics", "Daily Commuters", "University Students", "Nearby Families", "Local Chefs"]}
|
||||
title="Proudly Serving"
|
||||
description="Our community values the authentic taste of Sajjry."
|
||||
/>
|
||||
@@ -275,21 +164,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you deliver to my area?",
|
||||
content: "Yes, we cover Jal El Dib and surrounding areas within a 10km radius.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are your ingredients fresh?",
|
||||
content: "Absolutely. We receive fresh deliveries every morning from local suppliers.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I customize my order?",
|
||||
content: "Yes, you can customize your toppings and cheese options in the menu.",
|
||||
},
|
||||
{ id: "f1", title: "Do you deliver to my area?", content: "Yes, we cover Jal El Dib and surrounding areas within a 10km radius." },
|
||||
{ id: "f2", title: "Are your ingredients fresh?", content: "Absolutely. We receive fresh deliveries every morning from local suppliers." },
|
||||
{ id: "f3", title: "Can I customize my order?", content: "Yes, you can customize your toppings and cheese options in the menu." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Got questions? We've got answers about our menu and delivery."
|
||||
@@ -301,14 +178,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Visit us at our bakery in Jal El Dib today or order online for a taste of authentic Lebanon."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Us", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -318,42 +192,21 @@ export default function LandingPage() {
|
||||
logoText="Sajjry"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
{
|
||||
label: "All Products",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Special Offers",
|
||||
href: "#products",
|
||||
},
|
||||
title: "Menu", items: [
|
||||
{ label: "All Products", href: "#products" },
|
||||
{ label: "Special Offers", href: "#products" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -362,4 +215,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user