Merge version_1 into main #2
226
src/app/page.tsx
226
src/app/page.tsx
@@ -32,66 +32,27 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="STREETMAN FLAMES"
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "tel:0546441987",
|
||||
}}
|
||||
text: "Order Now", href: "tel:0546441987"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Accra’s #1 Street Vibe that Satisfies Cravings"
|
||||
description="From loaded fries and crispy fried chicken to our signature assorted rice and hot pizza, we deliver good vibes straight to your palate. Fast, hearty, and satisfying."
|
||||
tag="🔥 Streetman Flames"
|
||||
buttons={[
|
||||
{
|
||||
text: "Order via WhatsApp",
|
||||
href: "https://wa.me/233546441987",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Order via WhatsApp", href: "https://wa.me/233546441987" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-pilaf-prepared-with-corn-green-peas_141793-1111.jpg?_wi=1",
|
||||
imageAlt: "Loaded fries and food",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-friends-guys-eating-pizza-party-pizzeria-happy-indian-people-having-fun-together-eating-italian-food-sitting-couch_627829-1259.jpg?_wi=1",
|
||||
imageAlt: "Street food vibe",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-crispy-fried-chicken-tenders-with-french-fries_141793-4875.jpg",
|
||||
imageAlt: "Crispy fried chicken",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-wings-with-french-fries-tomato_74190-6311.jpg",
|
||||
imageAlt: "Fried chicken wings",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-street-food-still-life_23-2151535346.jpg",
|
||||
imageAlt: "Street food assortment",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/plate-pilaf-prepared-with-corn-green-peas_141793-1111.jpg", imageAlt: "Loaded fries and food" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/asian-friends-guys-eating-pizza-party-pizzeria-happy-indian-people-having-fun-together-eating-italian-food-sitting-couch_627829-1259.jpg", imageAlt: "Street food vibe" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -107,7 +68,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="About Streetman Flames"
|
||||
description="Located near UPSA, we are more than just a food spot. We are the heartbeat of street cravings in Accra, serving generous portions that keep you coming back for more. No long talk, just good food."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-women-cooking-outdoors_23-2148761552.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-women-cooking-outdoors_23-2148761552.jpg"
|
||||
imageAlt="Our vibrant kitchen"
|
||||
/>
|
||||
</div>
|
||||
@@ -119,50 +80,26 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Loaded Fries",
|
||||
description: "Crispy golden fries loaded with our signature toppings and sauces.",
|
||||
icon: Flame,
|
||||
title: "Loaded Fries", description: "Crispy golden fries loaded with our signature toppings and sauces.", icon: Flame,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-pizza-hand-closeup-selective-focus-lunch-time-tratoria-delicious-pizza-with-sundried-tomatoes-with-mozzarella-cheese-cut-into-slices-lunch-pizzeria_166373-3656.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-potato-fries-pan_23-2148501602.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-pilaf-prepared-with-corn-green-peas_141793-1111.jpg?_wi=2",
|
||||
imageAlt: "gourmet loaded french fries",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/slice-pizza-hand-closeup-selective-focus-lunch-time-tratoria-delicious-pizza-with-sundried-tomatoes-with-mozzarella-cheese-cut-into-slices-lunch-pizzeria_166373-3656.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-potato-fries-pan_23-2148501602.jpg" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Assorted Rice",
|
||||
description: "Flavor-packed rice dishes prepared the Streetman way.",
|
||||
icon: Utensils,
|
||||
title: "Assorted Rice", description: "Flavor-packed rice dishes prepared the Streetman way.", icon: Utensils,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fried-chicken-drumstick-with-french-fries-white-backdrop_23-2148029595.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-asian-street-food-crispy-chicken-with-soy-sauce-with-serving-rice-green-beans-spices-herbs-homemade-chopstick-dish-ready-eat-bright-pink-background-layout-with-copy-space_166373-1779.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-friends-guys-eating-pizza-party-pizzeria-happy-indian-people-having-fun-together-eating-italian-food-sitting-couch_627829-1259.jpg?_wi=2",
|
||||
imageAlt: "gourmet loaded french fries",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-fried-chicken-drumstick-with-french-fries-white-backdrop_23-2148029595.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/traditional-asian-street-food-crispy-chicken-with-soy-sauce-with-serving-rice-green-beans-spices-herbs-homemade-chopstick-dish-ready-eat-bright-pink-background-layout-with-copy-space_166373-1779.jpg" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Hot Pizzas",
|
||||
description: "Freshly baked, cheesy, and straight from our pots to your plate.",
|
||||
icon: Pizza,
|
||||
title: "Hot Pizzas", description: "Freshly baked, cheesy, and straight from our pots to your plate.", icon: Pizza,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enjoying-street-food-fest_23-2151543803.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-person-enjoying-meal_23-2151525809.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-cooking-outdoors_23-2148761552.jpg?_wi=2",
|
||||
imageAlt: "gourmet loaded french fries",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/enjoying-street-food-fest_23-2151543803.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-person-enjoying-meal_23-2151525809.jpg" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Our Signature Cravings"
|
||||
description="Crafted with passion, designed to satisfy the biggest hunger."
|
||||
@@ -173,15 +110,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"UPSA",
|
||||
"Heaven's Gate",
|
||||
"Students Laundry",
|
||||
"East Legon",
|
||||
"Accra Fans",
|
||||
"Foodies GH",
|
||||
"Streetman Fam",
|
||||
]}
|
||||
names={["UPSA", "Heaven's Gate", "Students Laundry", "East Legon", "Accra Fans", "Foodies GH", "Streetman Fam"]}
|
||||
title="Trusted by the Streets"
|
||||
description="We are where students, friends, and foodies converge for a good time."
|
||||
/>
|
||||
@@ -192,46 +121,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Best in Accra!",
|
||||
quote: "Streetman Flames never misses! The loaded fries are life.",
|
||||
name: "Sarah J.",
|
||||
role: "Student",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304419.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Guyman Jollof!",
|
||||
quote: "Their Goat Jollof is back and it is better than ever.",
|
||||
name: "Michael A.",
|
||||
role: "Fan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spectacular-woman-with-dark-long-hair-smiling-coffee-break_291650-641.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Proper Portions",
|
||||
quote: "Best place near UPSA. portions hit every single time.",
|
||||
name: "Emily D.",
|
||||
role: "Diner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-eating-outdoors-chinese-asian-food-sitting-stree_197531-31017.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Good Vibes!",
|
||||
quote: "No long talk, just good food and good vibes all day.",
|
||||
name: "David K.",
|
||||
role: "Local",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-holding-potato-cips-light-blue-wall-cinema-movies-film-theater-male_140725-71920.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "So Tasty",
|
||||
quote: "I forgot my diet after one bite. Absolutely delicious.",
|
||||
name: "Joy O.",
|
||||
role: "Foodie",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg",
|
||||
},
|
||||
{ id: "1", title: "Best in Accra!", quote: "Streetman Flames never misses! The loaded fries are life.", name: "Sarah J.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304419.jpg" },
|
||||
{ id: "2", title: "Guyman Jollof!", quote: "Their Goat Jollof is back and it is better than ever.", name: "Michael A.", role: "Fan", imageSrc: "http://img.b2bpic.net/free-photo/spectacular-woman-with-dark-long-hair-smiling-coffee-break_291650-641.jpg" },
|
||||
{ id: "3", title: "Proper Portions", quote: "Best place near UPSA. portions hit every single time.", name: "Emily D.", role: "Diner", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-eating-outdoors-chinese-asian-food-sitting-stree_197531-31017.jpg" },
|
||||
{ id: "4", title: "Good Vibes!", quote: "No long talk, just good food and good vibes all day.", name: "David K.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-holding-potato-cips-light-blue-wall-cinema-movies-film-theater-male_140725-71920.jpg" },
|
||||
{ id: "5", title: "So Tasty", quote: "I forgot my diet after one bite. Absolutely delicious.", name: "Joy O.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg" }
|
||||
]}
|
||||
title="What the Fam Says"
|
||||
description="Don't take our word for it — hear from the people who keep our pots boiling."
|
||||
@@ -245,21 +139,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "100+",
|
||||
description: "Daily Orders Served",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "4.9",
|
||||
description: "Avg Customer Rating",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "2",
|
||||
description: "Branches Open",
|
||||
},
|
||||
{ id: "1", value: "100+", description: "Daily Orders Served" },
|
||||
{ id: "2", value: "4.9", description: "Avg Customer Rating" },
|
||||
{ id: "3", value: "2", description: "Branches Open" }
|
||||
]}
|
||||
title="By The Numbers"
|
||||
description="We’re growing fast and feeding the city one plate at a time."
|
||||
@@ -271,21 +153,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Where are you located?",
|
||||
content: "We have branches at UPSA and Heaven's Gate Hostel Road near Students Laundry.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "How can I order?",
|
||||
content: "Call or WhatsApp us at 0546441987 or 0531134147.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are you open daily?",
|
||||
content: "Yes, we serve fresh street food every day of the week!",
|
||||
},
|
||||
{ id: "1", title: "Where are you located?", content: "We have branches at UPSA and Heaven's Gate Hostel Road near Students Laundry." },
|
||||
{ id: "2", title: "How can I order?", content: "Call or WhatsApp us at 0546441987 or 0531134147." },
|
||||
{ id: "3", title: "Are you open daily?", content: "Yes, we serve fresh street food every day of the week!" }
|
||||
]}
|
||||
title="Need Help?"
|
||||
description="Everything you need to know about getting your street fix."
|
||||
@@ -299,19 +169,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Ready to get those taste buds dancing? Contact Streetman Flames today for the best street food in Accra."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp Now",
|
||||
href: "https://wa.me/233546441987",
|
||||
},
|
||||
{
|
||||
text: "Call 0546441987",
|
||||
href: "tel:0546441987",
|
||||
},
|
||||
{ text: "WhatsApp Now", href: "https://wa.me/233546441987" },
|
||||
{ text: "Call 0546441987", href: "tel:0546441987" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -319,17 +181,11 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="STREETMAN FLAMES"
|
||||
leftLink={{
|
||||
text: "Instagram",
|
||||
href: "https://instagram.com/streetmanfoods_gh",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "TikTok",
|
||||
href: "https://tiktok.com/@streetmanfoods_gh",
|
||||
}}
|
||||
leftLink={{ text: "Instagram", href: "https://instagram.com/streetmanfoods_gh" }}
|
||||
rightLink={{ text: "TikTok", href: "https://tiktok.com/@streetmanfoods_gh" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user