Update src/app/page.tsx

This commit is contained in:
2026-05-27 23:51:12 +00:00
parent 8afac933ce
commit f0202d4d58

View File

@@ -34,33 +34,19 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Menu",
id: "#menu",
},
name: "Menu", id: "#menu"},
{
name: "Specials",
id: "#specials",
},
name: "Specials", id: "#specials"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Crepelandia"
/>
@@ -69,65 +55,40 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroCentered
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Crepelandia: Where Every Bite is a Journey"
description="Indulge in our exquisite selection of sweet and savory crepes, crafted with the freshest ingredients and a touch of culinary magic. A perfect escape for your taste buds."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-african-american-woman-eating-homemade-cheese-pizza-pointing-showing-with-thumb-up-side-with-happy-face-smiling_839833-29959.jpg",
alt: "Happy customer Sarah",
},
src: "http://img.b2bpic.net/free-photo/young-african-american-woman-eating-homemade-cheese-pizza-pointing-showing-with-thumb-up-side-with-happy-face-smiling_839833-29959.jpg", alt: "Happy customer Sarah"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-man-taking-selfie_23-2149155152.jpg",
alt: "Satisfied customer Mike",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-man-taking-selfie_23-2149155152.jpg", alt: "Satisfied customer Mike"},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-looking-photographer_23-2148339179.jpg",
alt: "Delighted customer Emily",
},
src: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-looking-photographer_23-2148339179.jpg", alt: "Delighted customer Emily"},
{
src: "http://img.b2bpic.net/free-photo/baby-boy-putting-jam-pancake_23-2147862986.jpg",
alt: "Group of friends enjoying",
},
src: "http://img.b2bpic.net/free-photo/baby-boy-putting-jam-pancake_23-2147862986.jpg", alt: "Group of friends enjoying"},
{
src: "http://img.b2bpic.net/free-photo/horizontal-shot-pleased-young-woman-closes-eyes-from-pleasure-holds-yummy-pancakes-with-marple-syrup-smiles-pleasantly-dressed-slumber-suit-undergoes-beauty-procedures-after-taking-shower_273609-59653.jpg",
alt: "Pleased young woman enjoying crepes",
},
src: "http://img.b2bpic.net/free-photo/horizontal-shot-pleased-young-woman-closes-eyes-from-pleasure-holds-yummy-pancakes-with-marple-syrup-smiles-pleasantly-dressed-slumber-suit-undergoes-beauty-procedures-after-taking-shower_273609-59653.jpg", alt: "Pleased young woman enjoying crepes"},
]}
avatarText="Loved by thousands of crepe enthusiasts!"
buttons={[
{
text: "Explore Our Menu",
href: "#menu",
},
text: "Explore Our Menu", href: "#menu"},
{
text: "Order Online",
href: "#contact",
},
text: "Order Online", href: "#contact"},
]}
buttonAnimation="slide-up"
marqueeItems={[
{
type: "text",
text: "Freshly Baked Every Morning",
},
type: "text", text: "Freshly Baked Every Morning"},
{
type: "text",
text: "Organic Ingredients Sourced Locally",
},
type: "text", text: "Organic Ingredients Sourced Locally"},
{
type: "text",
text: "Award-Winning Recipes",
},
type: "text", text: "Award-Winning Recipes"},
{
type: "text",
text: "Family-Owned Since 2010",
},
type: "text", text: "Family-Owned Since 2010"},
{
type: "text",
text: "Gluten-Free Options Available",
},
type: "text", text: "Gluten-Free Options Available"},
]}
marqueeSpeed={40}
showMarqueeCard={true}
@@ -139,25 +100,16 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
type: "text",
content: "Our Story: Crafting Delicious Moments Since ",
},
type: "text", content: "Our Story: Crafting Delicious Moments Since "},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/side-view-strawberry-waffles-with-vanilla-cream-strawberry-jam-top_141793-7243.jpg",
alt: "Chef preparing crepes",
},
type: "image", src: "http://img.b2bpic.net/free-photo/side-view-strawberry-waffles-with-vanilla-cream-strawberry-jam-top_141793-7243.jpg", alt: "Chef preparing crepes"},
{
type: "text",
content: " 2010",
},
type: "text", content: " 2010"},
]}
buttons={[
{
text: "Learn More",
},
text: "Learn More"},
]}
description="At Crepelandia, we believe food is an art form. Our journey began with a passion for traditional French crepes, which we've refined over the years to create unique flavors that captivate every palate. We use only fresh, locally sourced ingredients to ensure every crepe is a masterpiece. Our commitment to quality and customer satisfaction has been the cornerstone of our success, inviting you to discover a taste of Paris right here."
/>
</div>
@@ -168,35 +120,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "sweet",
title: "Sweet Indulgences",
tags: [
"Dessert",
"Delight",
],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-creamy-cake-with-strawberries_140725-57110.jpg",
imageAlt: "Sweet crepe with chocolate and banana",
},
id: "sweet", title: "Sweet Indulgences", tags: [
"Dessert", "Delight"],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-creamy-cake-with-strawberries_140725-57110.jpg", imageAlt: "Sweet crepe with chocolate and banana"},
{
id: "savory",
title: "Savory Sensations",
tags: [
"Meal",
"Lunch",
],
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-food-assortment-with-copy-space_23-2148859609.jpg",
imageAlt: "Savory crepe with ham and cheese",
},
id: "savory", title: "Savory Sensations", tags: [
"Meal", "Lunch"],
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-food-assortment-with-copy-space_23-2148859609.jpg", imageAlt: "Savory crepe with ham and cheese"},
{
id: "special",
title: "Seasonal Specials",
tags: [
"Limited",
"Fresh",
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fruits-covered-with-chocolate-table_140725-10368.jpg",
imageAlt: "Seasonal crepe with fresh berries",
},
id: "special", title: "Seasonal Specials", tags: [
"Limited", "Fresh"],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fruits-covered-with-chocolate-table_140725-10368.jpg", imageAlt: "Seasonal crepe with fresh berries"},
]}
title="Our Signature Crepes"
description="From classic sweet delights to innovative savory creations, discover what makes Crepelandia a culinary haven."
@@ -211,65 +145,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "strawberry-dream",
brand: "Sweet",
name: "Strawberry Dream",
price: "$12.50",
rating: 5,
reviewCount: "120 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/crepes-food-homemade-fruit-pancake_1203-6167.jpg",
imageAlt: "Strawberry Dream Crepe",
},
id: "strawberry-dream", brand: "Sweet", name: "Strawberry Dream", price: "$12.50", rating: 5,
reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/crepes-food-homemade-fruit-pancake_1203-6167.jpg", imageAlt: "Strawberry Dream Crepe"},
{
id: "choco-lava",
brand: "Sweet",
name: "Choco Lava Delight",
price: "$11.00",
rating: 4,
reviewCount: "95 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/pancake-chocolate-table_140725-9247.jpg",
imageAlt: "Choco Lava Crepe",
},
id: "choco-lava", brand: "Sweet", name: "Choco Lava Delight", price: "$11.00", rating: 4,
reviewCount: "95 reviews", imageSrc: "http://img.b2bpic.net/free-photo/pancake-chocolate-table_140725-9247.jpg", imageAlt: "Choco Lava Crepe"},
{
id: "classic-ham",
brand: "Savory",
name: "Classic Ham & Cheese",
price: "$14.00",
rating: 5,
reviewCount: "150 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/pancake-with-meat-inside-black-plate-dark_140725-29492.jpg",
imageAlt: "Classic Ham & Cheese Crepe",
},
id: "classic-ham", brand: "Savory", name: "Classic Ham & Cheese", price: "$14.00", rating: 5,
reviewCount: "150 reviews", imageSrc: "http://img.b2bpic.net/free-photo/pancake-with-meat-inside-black-plate-dark_140725-29492.jpg", imageAlt: "Classic Ham & Cheese Crepe"},
{
id: "chicken-pesto",
brand: "Savory",
name: "Chicken Pesto",
price: "$15.50",
rating: 4,
reviewCount: "88 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pastry-with-vegetables-inside-plate-along-with-seasonings-white-background-pastry-food-meal-lunch_140725-22935.jpg",
imageAlt: "Chicken Pesto Crepe",
},
id: "chicken-pesto", brand: "Savory", name: "Chicken Pesto", price: "$15.50", rating: 4,
reviewCount: "88 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pastry-with-vegetables-inside-plate-along-with-seasonings-white-background-pastry-food-meal-lunch_140725-22935.jpg", imageAlt: "Chicken Pesto Crepe"},
{
id: "nutella-banana",
brand: "Sweet",
name: "Nutella & Banana",
price: "$10.50",
rating: 5,
reviewCount: "130 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/almond-banana-pancake_1339-5268.jpg",
imageAlt: "Nutella & Banana Crepe",
},
id: "nutella-banana", brand: "Sweet", name: "Nutella & Banana", price: "$10.50", rating: 5,
reviewCount: "130 reviews", imageSrc: "http://img.b2bpic.net/free-photo/almond-banana-pancake_1339-5268.jpg", imageAlt: "Nutella & Banana Crepe"},
{
id: "garden-veggie",
brand: "Savory",
name: "Garden Veggie",
price: "$13.00",
rating: 4,
reviewCount: "75 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/pancake-fruit-with-ice-cream-table_1232-2396.jpg",
imageAlt: "Garden Veggie Crepe",
},
id: "garden-veggie", brand: "Savory", name: "Garden Veggie", price: "$13.00", rating: 4,
reviewCount: "75 reviews", imageSrc: "http://img.b2bpic.net/free-photo/pancake-fruit-with-ice-cream-table_1232-2396.jpg", imageAlt: "Garden Veggie Crepe"},
]}
title="Explore Our Full Menu"
description="A diverse array of crepes to satisfy every craving. Handcrafted with passion, served with love."
@@ -283,54 +175,31 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "combo-1",
badge: "Value",
badgeIcon: Sparkles,
price: "$19.99",
subtitle: "Sweet Duo Deal",
buttons: [
id: "combo-1", badge: "Value", badgeIcon: Sparkles,
price: "$19.99", subtitle: "Sweet Duo Deal", buttons: [
{
text: "Choose Combo",
},
text: "Choose Combo"},
],
features: [
"2 Sweet Crepes of Choice",
"2 Hot Beverages",
],
"2 Sweet Crepes of Choice", "2 Hot Beverages"],
},
{
id: "combo-2",
badge: "Popular",
badgeIcon: Star,
price: "$24.99",
subtitle: "Savory & Sweet Feast",
buttons: [
id: "combo-2", badge: "Popular", badgeIcon: Star,
price: "$24.99", subtitle: "Savory & Sweet Feast", buttons: [
{
text: "Choose Combo",
},
text: "Choose Combo"},
],
features: [
"1 Savory Crepe of Choice",
"1 Sweet Crepe of Choice",
"2 Soft Drinks",
],
"1 Savory Crepe of Choice", "1 Sweet Crepe of Choice", "2 Soft Drinks"],
},
{
id: "combo-3",
badge: "Family",
badgeIcon: Users,
price: "$39.99",
subtitle: "Family Pack",
buttons: [
id: "combo-3", badge: "Family", badgeIcon: Users,
price: "$39.99", subtitle: "Family Pack", buttons: [
{
text: "Choose Combo",
},
text: "Choose Combo"},
],
features: [
"4 Crepes (Any Mix)",
"4 Cold Beverages",
"1 Side Dish",
],
"4 Crepes (Any Mix)", "4 Cold Beverages", "1 Side Dish"],
},
]}
title="Special Offers & Combos"
@@ -345,45 +214,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "Food Blogger",
testimonial: "Crepelandia offers the most authentic and delicious crepes I've ever tasted outside of France! The Strawberry Dream is a must-try.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-curly-woman-points-herself-feels-proud-celebrates-her-promotion-drinks-fresh-cocktail-dressed-elegant-outfit-eats-many-tasty-burgers-made-bread-jam-green-wall_273609-39440.jpg",
imageAlt: "Sarah J.",
},
id: "1", name: "Sarah J.", role: "Food Blogger", testimonial: "Crepelandia offers the most authentic and delicious crepes I've ever tasted outside of France! The Strawberry Dream is a must-try.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-curly-woman-points-herself-feels-proud-celebrates-her-promotion-drinks-fresh-cocktail-dressed-elegant-outfit-eats-many-tasty-burgers-made-bread-jam-green-wall_273609-39440.jpg", imageAlt: "Sarah J."},
{
id: "2",
name: "Mark D.",
role: "Local Guide",
testimonial: "The savory crepes are incredibly flavorful and satisfying. My go-to spot for a quick and gourmet lunch. Always fresh ingredients!",
imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3330.jpg",
imageAlt: "Mark D.",
},
id: "2", name: "Mark D.", role: "Local Guide", testimonial: "The savory crepes are incredibly flavorful and satisfying. My go-to spot for a quick and gourmet lunch. Always fresh ingredients!", imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3330.jpg", imageAlt: "Mark D."},
{
id: "3",
name: "Chef Antoine",
role: "Pastry Chef",
testimonial: "As a chef, I appreciate the dedication to quality and traditional techniques at Crepelandia. Truly a masterclass in crepe making.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-sweet-rolls-sliced-cake-tea-inside-plate-dark-space_140725-95469.jpg",
imageAlt: "Chef Antoine",
},
id: "3", name: "Chef Antoine", role: "Pastry Chef", testimonial: "As a chef, I appreciate the dedication to quality and traditional techniques at Crepelandia. Truly a masterclass in crepe making.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-sweet-rolls-sliced-cake-tea-inside-plate-dark-space_140725-95469.jpg", imageAlt: "Chef Antoine"},
{
id: "4",
name: "Emily R.",
role: "Student",
testimonial: "My friends and I love coming here after classes. The atmosphere is cozy, and the Nutella & Banana crepe is pure bliss!",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-eating-cafe_171337-16818.jpg",
imageAlt: "Emily R.",
},
id: "4", name: "Emily R.", role: "Student", testimonial: "My friends and I love coming here after classes. The atmosphere is cozy, and the Nutella & Banana crepe is pure bliss!", imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-eating-cafe_171337-16818.jpg", imageAlt: "Emily R."},
{
id: "5",
name: "David L.",
role: "Family Man",
testimonial: "Crepelandia is a family favorite. There's something for everyone, and the kids absolutely adore the sweet options. Highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-spreading-chocolate-pancake_23-2148877562.jpg",
imageAlt: "David L.",
},
id: "5", name: "David L.", role: "Family Man", testimonial: "Crepelandia is a family favorite. There's something for everyone, and the kids absolutely adore the sweet options. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-spreading-chocolate-pancake_23-2148877562.jpg", imageAlt: "David L."},
]}
title="What Our Customers Say"
description="Hear from delighted visitors about their Crepelandia experience."
@@ -395,14 +234,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Foodie Reviews",
"Taste City Magazine",
"Local Eats Daily",
"Gourmet Guide",
"Dessert Connoisseur",
"Brunch Besties Blog",
"The Sweet Spot",
]}
"Foodie Reviews", "Taste City Magazine", "Local Eats Daily", "Gourmet Guide", "Dessert Connoisseur", "Brunch Besties Blog", "The Sweet Spot"]}
title="Crepelandia In The Media"
description="Proudly featured and loved by food critics and local publications."
speed={40}
@@ -416,25 +248,13 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "What kind of ingredients do you use?",
content: "We are committed to using only the freshest, high-quality ingredients, including locally sourced produce and premium imported chocolates and cheeses.",
},
id: "1", title: "What kind of ingredients do you use?", content: "We are committed to using only the freshest, high-quality ingredients, including locally sourced produce and premium imported chocolates and cheeses."},
{
id: "2",
title: "Do you offer gluten-free options?",
content: "Yes, we do! We offer delicious gluten-free crepe batter options for both sweet and savory crepes. Please inform our staff when ordering.",
},
id: "2", title: "Do you offer gluten-free options?", content: "Yes, we do! We offer delicious gluten-free crepe batter options for both sweet and savory crepes. Please inform our staff when ordering."},
{
id: "3",
title: "Can I customize my crepe?",
content: "Absolutely! We encourage customization. You can choose from a wide variety of fillings, toppings, and sauces to create your perfect crepe.",
},
id: "3", title: "Can I customize my crepe?", content: "Absolutely! We encourage customization. You can choose from a wide variety of fillings, toppings, and sauces to create your perfect crepe."},
{
id: "4",
title: "Do you offer catering services?",
content: "Yes, Crepelandia provides catering for events of all sizes. From corporate gatherings to private parties, we bring the delicious crepe experience to you. Contact us for more details!",
},
id: "4", title: "Do you offer catering services?", content: "Yes, Crepelandia provides catering for events of all sizes. From corporate gatherings to private parties, we bring the delicious crepe experience to you. Contact us for more details!"},
]}
imageSrc="http://img.b2bpic.net/free-photo/female-chef-kitchen-beating-eggs-with-whisk_23-2149720743.jpg"
imageAlt="Chef making a crepe on a griddle"
@@ -450,18 +270,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "downward-rays-static",
}}
variant: "downward-rays-static"}}
text="Ready to Taste the Difference? Visit Us or Order Online!"
buttons={[
{
text: "Find Our Location",
href: "https://maps.google.com/?q=Crepelandia",
},
text: "Find Our Location", href: "https://maps.google.com/?q=Crepelandia"},
{
text: "Place an Order",
href: "#",
},
text: "Place an Order", href: "#"},
]}
/>
</div>
@@ -474,45 +289,29 @@ export default function LandingPage() {
{
items: [
{
label: "Our Menu",
href: "#menu",
},
label: "Our Menu", href: "#menu"},
{
label: "Special Offers",
href: "#specials",
},
label: "Special Offers", href: "#specials"},
{
label: "Catering",
href: "#contact",
},
label: "Catering", href: "#contact"},
],
},
{
items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Testimonials",
href: "#testimonials",
},
label: "Testimonials", href: "#testimonials"},
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}