Update src/app/page.tsx
This commit is contained in:
299
src/app/page.tsx
299
src/app/page.tsx
@@ -28,18 +28,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Our Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "reviews",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Our Menu", id: "menu" },
|
||||
{ name: "Testimonials", id: "reviews" },
|
||||
]}
|
||||
brandName="Royal Snappy"
|
||||
/>
|
||||
@@ -48,110 +39,20 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Experience Royal Taste, Delivered."
|
||||
description="Premium quality ingredients, expertly prepared for your delight. Join thousands of happy customers who trust Royal Snappy Foods for their daily feast."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Amanda M.",
|
||||
handle: "@amanda",
|
||||
testimonial: "Excellent place to buy stuff at affordable prices.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-bowl-with-pasta-beans-with-spoons-dark-background_23-2148340384.jpg?_wi=1",
|
||||
imageAlt: "gourmet food photography professional plating",
|
||||
},
|
||||
{
|
||||
name: "David K.",
|
||||
handle: "@david",
|
||||
testimonial: "The quality is unmatched for the price point. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dry-spices-near-rice-dish_23-2147894748.jpg?_wi=1",
|
||||
imageAlt: "delicious jollof rice food photo",
|
||||
},
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah",
|
||||
testimonial: "Consistently great experience every single time I order.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate_23-2148377487.jpg?_wi=1",
|
||||
imageAlt: "gourmet fried rice food styling",
|
||||
},
|
||||
{
|
||||
name: "Michael C.",
|
||||
handle: "@michael",
|
||||
testimonial: "Best jollof in town, hands down. A real royal treat.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686263.jpg?_wi=1",
|
||||
imageAlt: "roasted chicken feast table setting",
|
||||
},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@emily",
|
||||
testimonial: "Always fresh, hot, and delicious. My go-to for comfort food.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-eating-dinner-hotel-snacks_1122-1790.jpg?_wi=1",
|
||||
imageAlt: "restaurant kitchen professional chef quality",
|
||||
},
|
||||
{ name: "Amanda M.", handle: "@amanda", testimonial: "Excellent place to buy stuff at affordable prices.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dark-bowl-with-pasta-beans-with-spoons-dark-background_23-2148340384.jpg", imageAlt: "gourmet food photography professional plating" },
|
||||
{ name: "David K.", handle: "@david", testimonial: "The quality is unmatched for the price point. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dry-spices-near-rice-dish_23-2147894748.jpg", imageAlt: "delicious jollof rice food photo" },
|
||||
{ name: "Sarah J.", handle: "@sarah", testimonial: "Consistently great experience every single time I order.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate_23-2148377487.jpg", imageAlt: "gourmet fried rice food styling" },
|
||||
{ name: "Michael C.", handle: "@michael", testimonial: "Best jollof in town, hands down. A real royal treat.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686263.jpg", imageAlt: "roasted chicken feast table setting" },
|
||||
{ name: "Emily R.", handle: "@emily", testimonial: "Always fresh, hot, and delicious. My go-to for comfort food.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-eating-dinner-hotel-snacks_1122-1790.jpg", imageAlt: "restaurant kitchen professional chef quality" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dark-bowl-with-pasta-beans-with-spoons-dark-background_23-2148340384.jpg?_wi=2"
|
||||
buttons={[{ text: "Order Now", href: "#menu" }, { text: "View Menu", href: "#menu" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dark-bowl-with-pasta-beans-with-spoons-dark-background_23-2148340384.jpg"
|
||||
imageAlt="Royal Snappy Foods Feast"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/dry-spices-near-rice-dish_23-2147894748.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate_23-2148377487.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686263.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/dark-bowl-with-pasta-beans-with-spoons-dark-background_23-2148340384.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lifestyle-eating-dinner-hotel-snacks_1122-1790.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Freshly Prepared",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Royal Quality",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Delivery",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Affordable Luxury",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Taste",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -162,20 +63,11 @@ export default function LandingPage() {
|
||||
title="Quality You Can Trust"
|
||||
description="We believe luxury taste shouldn't be expensive. Since 2016, we've focused on bringing the finest flavors to your table with speed and care."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Top-Tier Ingredients",
|
||||
description: "We source only the freshest produce and meats daily.",
|
||||
},
|
||||
{
|
||||
title: "Consistent Quality",
|
||||
description: "Every dish undergoes rigorous quality checks.",
|
||||
},
|
||||
{
|
||||
title: "8+ Years Serving",
|
||||
description: "A legacy of culinary excellence and happy bellies.",
|
||||
},
|
||||
{ title: "Top-Tier Ingredients", description: "We source only the freshest produce and meats daily." },
|
||||
{ title: "Consistent Quality", description: "Every dish undergoes rigorous quality checks." },
|
||||
{ title: "8+ Years Serving", description: "A legacy of culinary excellence and happy bellies." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-eating-dinner-hotel-snacks_1122-1790.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-eating-dinner-hotel-snacks_1122-1790.jpg"
|
||||
imageAlt="Quality ingredients"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -188,48 +80,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Jollof Delight",
|
||||
price: "$12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dry-spices-near-rice-dish_23-2147894748.jpg?_wi=2",
|
||||
imageAlt: "Jollof Rice",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Snappy Fried Rice",
|
||||
price: "$11.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate_23-2148377487.jpg?_wi=2",
|
||||
imageAlt: "Fried Rice",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Royal Chicken Feast",
|
||||
price: "$15.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686263.jpg?_wi=2",
|
||||
imageAlt: "Roasted Chicken",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Creamy Pasta",
|
||||
price: "$14.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dry-spices-near-rice-dish_23-2147894748.jpg?_wi=3",
|
||||
imageAlt: "Pasta",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Spicy Grilled Fish",
|
||||
price: "$18.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate_23-2148377487.jpg?_wi=3",
|
||||
imageAlt: "Fish",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Royal Special Salad",
|
||||
price: "$9.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686263.jpg?_wi=3",
|
||||
imageAlt: "Salad",
|
||||
},
|
||||
{ id: "p1", name: "Jollof Delight", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/dry-spices-near-rice-dish_23-2147894748.jpg", imageAlt: "Jollof Rice" },
|
||||
{ id: "p2", name: "Snappy Fried Rice", price: "$11.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate_23-2148377487.jpg", imageAlt: "Fried Rice" },
|
||||
{ id: "p3", name: "Royal Chicken Feast", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686263.jpg", imageAlt: "Roasted Chicken" },
|
||||
{ id: "p4", name: "Creamy Pasta", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/dry-spices-near-rice-dish_23-2147894748.jpg", imageAlt: "Pasta" },
|
||||
{ id: "p5", name: "Spicy Grilled Fish", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate_23-2148377487.jpg", imageAlt: "Fish" },
|
||||
{ id: "p6", name: "Royal Special Salad", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686263.jpg", imageAlt: "Salad" }
|
||||
]}
|
||||
title="Our Signature Specials"
|
||||
description="Indulge in our most celebrated dishes, crafted with the freshest local ingredients and a touch of royal tradition."
|
||||
@@ -238,68 +94,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardSixteen
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Amanda Mirekua Opare",
|
||||
role: "Foodie",
|
||||
company: "Loyal Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-bowl-with-pasta-beans-with-spoons-dark-background_23-2148340384.jpg?_wi=3",
|
||||
imageAlt: "gourmet food photography professional plating",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Loyal Customer",
|
||||
role: "Regular",
|
||||
company: "Local Community",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dry-spices-near-rice-dish_23-2147894748.jpg?_wi=4",
|
||||
imageAlt: "delicious jollof rice food photo",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sarah Johnson",
|
||||
role: "Corporate Client",
|
||||
company: "Tech Corp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate_23-2148377487.jpg?_wi=4",
|
||||
imageAlt: "gourmet fried rice food styling",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
role: "Enthusiast",
|
||||
company: "Startup XYZ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686263.jpg?_wi=4",
|
||||
imageAlt: "roasted chicken feast table setting",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Blogger",
|
||||
company: "Lifestyle Inc",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-eating-dinner-hotel-snacks_1122-1790.jpg?_wi=3",
|
||||
imageAlt: "restaurant kitchen professional chef quality",
|
||||
},
|
||||
{ id: "t1", name: "Amanda Mirekua Opare", role: "Foodie", company: "Loyal Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dark-bowl-with-pasta-beans-with-spoons-dark-background_23-2148340384.jpg", imageAlt: "gourmet food photography professional plating" },
|
||||
{ id: "t2", name: "Loyal Customer", role: "Regular", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dry-spices-near-rice-dish_23-2147894748.jpg", imageAlt: "delicious jollof rice food photo" },
|
||||
{ id: "t3", name: "Sarah Johnson", role: "Corporate Client", company: "Tech Corp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate_23-2148377487.jpg", imageAlt: "gourmet fried rice food styling" },
|
||||
{ id: "t4", name: "David Kim", role: "Enthusiast", company: "Startup XYZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686263.jpg", imageAlt: "roasted chicken feast table setting" },
|
||||
{ id: "t5", name: "Emily Rodriguez", role: "Blogger", company: "Lifestyle Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-eating-dinner-hotel-snacks_1122-1790.jpg", imageAlt: "restaurant kitchen professional chef quality" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "50k+",
|
||||
label: "Served Daily",
|
||||
},
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Customer Rating",
|
||||
},
|
||||
{
|
||||
value: "8+",
|
||||
label: "Years Active",
|
||||
},
|
||||
{ value: "50k+", label: "Served Daily" },
|
||||
{ value: "4.9", label: "Customer Rating" },
|
||||
{ value: "8+", label: "Years Active" }
|
||||
]}
|
||||
title="Voices of Our Royal Family"
|
||||
description="Read what our cherished customers are saying about their dining experience with us."
|
||||
@@ -309,56 +117,21 @@ export default function LandingPage() {
|
||||
<div id="cta" data-section="cta">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Ready to Feast?"
|
||||
title="Experience Royal Taste Today"
|
||||
description="Skip the wait and order your favorite meal now for an instant delivery of quality goodness."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Order Now", href: "#menu" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dark-bowl-with-pasta-beans-with-spoons-dark-background_23-2148340384.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dark-bowl-with-pasta-beans-with-spoons-dark-background_23-2148340384.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
{
|
||||
label: "All Specials",
|
||||
href: "#menu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Help Center",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Privacy Policy", href: "#" }] },
|
||||
{ title: "Menu", items: [{ label: "All Specials", href: "#menu" }] },
|
||||
{ title: "Contact", items: [{ label: "Help Center", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2025 Royal Snappy Foods. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user