Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2a59015563 |
247
src/app/page.tsx
247
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Salma Fries & Chicken"
|
||||
/>
|
||||
@@ -59,63 +49,40 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Crispy Perfection in Every Bite"
|
||||
description="Experience the crunch of golden-fried chicken and the fluffiest fresh fries at Salma Fries & Chicken. Order your favorites now!"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Order Your Fresh Meal Now", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tasty-dinner-with-crispy-fried-chicken-potatoes_140725-114540.jpg"
|
||||
imageAlt="fresh fried chicken and golden fries"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-eating-fast-food_23-2150404778.jpg",
|
||||
alt: "Medium shot young woman eating fast food",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-eating-fast-food_23-2150404778.jpg", alt: "Medium shot young woman eating fast food"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-eating-fast-food_23-2150404773.jpg",
|
||||
alt: "Medium shot young woman eating fast food",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-eating-fast-food_23-2150404773.jpg", alt: "Medium shot young woman eating fast food"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/amazed-girl-with-wavy-hair-holding-delicious-bun-green-eyed-woman-yellow-outfit-wants-eat-croissant_197531-14348.jpg",
|
||||
alt: "Amazed girl with wavy hair holding delicious bun",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/amazed-girl-with-wavy-hair-holding-delicious-bun-green-eyed-woman-yellow-outfit-wants-eat-croissant_197531-14348.jpg", alt: "Amazed girl with wavy hair holding delicious bun"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/celebration-party-holidays-concept-portrait-happy-funny-enthusiastic-young-man-celebrating-bi_1258-111503.jpg",
|
||||
alt: "Celebration party and holidays concept portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/celebration-party-holidays-concept-portrait-happy-funny-enthusiastic-young-man-celebrating-bi_1258-111503.jpg", alt: "Celebration party and holidays concept portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-indian-man-sitting-fast-food-cafe-eating-hamburger-read-morning-news-mobile-phone-he-is-happy-show-like-him-win-something_627829-13285.jpg",
|
||||
alt: "Stylish indian man sitting at fast food cafe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-indian-man-sitting-fast-food-cafe-eating-hamburger-read-morning-news-mobile-phone-he-is-happy-show-like-him-win-something_627829-13285.jpg", alt: "Stylish indian man sitting at fast food cafe"},
|
||||
]}
|
||||
avatarText="Join our 50k+ happy customers!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "100% Fresh Ingredients",
|
||||
},
|
||||
type: "text", text: "100% Fresh Ingredients"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Handcrafted Daily",
|
||||
},
|
||||
type: "text", text: "Handcrafted Daily"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Signature Spice Blends",
|
||||
},
|
||||
type: "text", text: "Signature Spice Blends"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Golden Crispy Goodness",
|
||||
},
|
||||
type: "text", text: "Golden Crispy Goodness"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Friendly Service",
|
||||
},
|
||||
type: "text", text: "Fast Friendly Service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -137,23 +104,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Golden Crisp Chicken",
|
||||
description: "Perfectly seasoned and fried to perfection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-crusty-golden-chicken-drumsticks_23-2148113595.jpg",
|
||||
imageAlt: "crispy fried chicken drumstick icon",
|
||||
},
|
||||
title: "Golden Crisp Chicken", description: "Perfectly seasoned and fried to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/composition-crusty-golden-chicken-drumsticks_23-2148113595.jpg", imageAlt: "crispy fried chicken drumstick icon"},
|
||||
{
|
||||
title: "Fresh-Cut Fries",
|
||||
description: "Hand-cut daily from premium potatoes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-fried-potatoes-tasty-french-fries-inside-plate-dark-surface-food-meal-dinner-dish-ingredients-potato_140725-52670.jpg",
|
||||
imageAlt: "golden potato fries portion",
|
||||
},
|
||||
title: "Fresh-Cut Fries", description: "Hand-cut daily from premium potatoes.", imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-fried-potatoes-tasty-french-fries-inside-plate-dark-surface-food-meal-dinner-dish-ingredients-potato_140725-52670.jpg", imageAlt: "golden potato fries portion"},
|
||||
{
|
||||
title: "Signature Sauces",
|
||||
description: "Unique house-made dipping sauces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-ten-white-bowls-with-different-sauces-spices-them-aligned-stool_181624-5198.jpg",
|
||||
imageAlt: "fresh healthy dipping sauces",
|
||||
},
|
||||
title: "Signature Sauces", description: "Unique house-made dipping sauces.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-ten-white-bowls-with-different-sauces-spices-them-aligned-stool_181624-5198.jpg", imageAlt: "fresh healthy dipping sauces"},
|
||||
]}
|
||||
title="Why Choose Salma's?"
|
||||
description="We are committed to delivering the ultimate comfort food experience."
|
||||
@@ -168,65 +123,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Salma's",
|
||||
name: "Fried Chicken Bucket",
|
||||
price: "$15.99",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-american-food_23-2148454910.jpg",
|
||||
imageAlt: "fried chicken bucket meal",
|
||||
},
|
||||
id: "1", brand: "Salma's", name: "Fried Chicken Bucket", price: "$15.99", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-american-food_23-2148454910.jpg", imageAlt: "fried chicken bucket meal"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Salma's",
|
||||
name: "Classic Gold Fries",
|
||||
price: "$3.99",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bunch-raw-pasta-wooden-bowl_114579-76283.jpg",
|
||||
imageAlt: "classic golden french fries",
|
||||
},
|
||||
id: "2", brand: "Salma's", name: "Classic Gold Fries", price: "$3.99", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/bunch-raw-pasta-wooden-bowl_114579-76283.jpg", imageAlt: "classic golden french fries"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Salma's",
|
||||
name: "Crispy Wing Basket",
|
||||
price: "$9.99",
|
||||
rating: 4,
|
||||
reviewCount: "62",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36381.jpg",
|
||||
imageAlt: "crispy chicken wings basket",
|
||||
},
|
||||
id: "3", brand: "Salma's", name: "Crispy Wing Basket", price: "$9.99", rating: 4,
|
||||
reviewCount: "62", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36381.jpg", imageAlt: "crispy chicken wings basket"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Salma's",
|
||||
name: "Chicken Wrap",
|
||||
price: "$7.50",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-wraps_1147-47.jpg",
|
||||
imageAlt: "chicken wrap meal",
|
||||
},
|
||||
id: "4", brand: "Salma's", name: "Chicken Wrap", price: "$7.50", rating: 5,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-wraps_1147-47.jpg", imageAlt: "chicken wrap meal"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Salma's",
|
||||
name: "Chicken Burger Combo",
|
||||
price: "$10.99",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-fast-food-meal_23-2149291691.jpg",
|
||||
imageAlt: "chicken burger combo",
|
||||
},
|
||||
id: "5", brand: "Salma's", name: "Chicken Burger Combo", price: "$10.99", rating: 5,
|
||||
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-fast-food-meal_23-2149291691.jpg", imageAlt: "chicken burger combo"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Salma's",
|
||||
name: "Spicy Tenders Box",
|
||||
price: "$8.99",
|
||||
rating: 5,
|
||||
reviewCount: "72",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-fried-potatoes-celebration_140725-113378.jpg",
|
||||
imageAlt: "spicy chicken tenders box",
|
||||
},
|
||||
id: "6", brand: "Salma's", name: "Spicy Tenders Box", price: "$8.99", rating: 5,
|
||||
reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-fried-potatoes-celebration_140725-113378.jpg", imageAlt: "spicy chicken tenders box"},
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Explore our delicious range of fried chicken combos and sides."
|
||||
@@ -241,20 +154,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "50K+",
|
||||
description: "Meals Served",
|
||||
},
|
||||
id: "m1", value: "50K+", description: "Meals Served"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.9",
|
||||
description: "Customer Rating",
|
||||
},
|
||||
id: "m2", value: "4.9", description: "Customer Rating"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "15+",
|
||||
description: "Local Locations",
|
||||
},
|
||||
id: "m3", value: "15+", description: "Local Locations"},
|
||||
]}
|
||||
title="By The Numbers"
|
||||
description="Serving happiness one bite at a time."
|
||||
@@ -268,40 +172,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alice M.",
|
||||
role: "Foodie",
|
||||
testimonial: "The best fried chicken I've ever had!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-woman-holding-uncooked-pasta-bowl-celebrating-achievement-with-happy-smile-winner-expression-with-raised-hand_839833-16047.jpg",
|
||||
},
|
||||
id: "1", name: "Alice M.", role: "Foodie", testimonial: "The best fried chicken I've ever had!", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-woman-holding-uncooked-pasta-bowl-celebrating-achievement-with-happy-smile-winner-expression-with-raised-hand_839833-16047.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Bob D.",
|
||||
role: "Regular",
|
||||
testimonial: "Service is fast and fries are always hot.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-elegant-man-cafe-visitor-adjustes-bowtie-being-hungry-ready-eating-delicious-toasts-with-jam-holds-napkin-has-polite-manners-isolated-pink-wall-people-eating-concept_273609-39704.jpg",
|
||||
},
|
||||
id: "2", name: "Bob D.", role: "Regular", testimonial: "Service is fast and fries are always hot.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-elegant-man-cafe-visitor-adjustes-bowtie-being-hungry-ready-eating-delicious-toasts-with-jam-holds-napkin-has-polite-manners-isolated-pink-wall-people-eating-concept_273609-39704.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Charlie R.",
|
||||
role: "Family",
|
||||
testimonial: "Kids absolutely love the chicken tenders.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-fast-food-restaurant-eating-burgers_23-2148718870.jpg",
|
||||
},
|
||||
id: "3", name: "Charlie R.", role: "Family", testimonial: "Kids absolutely love the chicken tenders.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-fast-food-restaurant-eating-burgers_23-2148718870.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Diana K.",
|
||||
role: "Visitor",
|
||||
testimonial: "Hidden gem in the neighborhood.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311152.jpg",
|
||||
},
|
||||
id: "4", name: "Diana K.", role: "Visitor", testimonial: "Hidden gem in the neighborhood.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311152.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Edward S.",
|
||||
role: "Local",
|
||||
testimonial: "Great value and flavor combination.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-blogger-cute-fitness-cook-recording-video-social-media-excited-holding-fists_140725-166648.jpg",
|
||||
},
|
||||
id: "5", name: "Edward S.", role: "Local", testimonial: "Great value and flavor combination.", imageSrc: "http://img.b2bpic.net/free-photo/food-blogger-cute-fitness-cook-recording-video-social-media-excited-holding-fists_140725-166648.jpg"},
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
description="What our hungry customers say."
|
||||
@@ -314,20 +193,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we partner with major delivery apps!",
|
||||
},
|
||||
id: "q1", title: "Do you offer delivery?", content: "Yes, we partner with major delivery apps!"},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are your ingredients fresh?",
|
||||
content: "Absolutely, sourced from local farms.",
|
||||
},
|
||||
id: "q2", title: "Are your ingredients fresh?", content: "Absolutely, sourced from local farms."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you have vegan options?",
|
||||
content: "We have fries and salads available.",
|
||||
},
|
||||
id: "q3", title: "Do you have vegan options?", content: "We have fries and salads available."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/friends-together-coffee-terrace_23-2148263235.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -341,8 +211,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Keep in Touch"
|
||||
title="Join Our Mailing List"
|
||||
description="Get exclusive deals and updates straight to your inbox."
|
||||
@@ -354,33 +223,21 @@ export default function LandingPage() {
|
||||
logoText="Salma Fries & Chicken"
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -389,4 +246,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user