3 Commits

Author SHA1 Message Date
b4a6f7bc9d Merge version_2 into main
Merge version_2 into main
2026-04-08 18:50:08 +00:00
b5f965d883 Update src/app/page.tsx 2026-04-08 18:50:05 +00:00
fabffb08ae Merge version_1 into main
Merge version_1 into main
2026-04-08 17:59:53 +00:00

View File

@@ -9,6 +9,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SplitAbout from '@/components/sections/about/SplitAbout';
import { BentoGlobe } from '@/components/bento/BentoGlobe';
export default function LandingPage() {
return (
@@ -29,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleApple
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: "Order",
id: "order",
},
name: "Order", id: "order"},
]}
brandName="Pupuseria Express"
/>
@@ -55,38 +48,30 @@ export default function LandingPage() {
description="Handcrafted pupusas prepared daily with traditional recipes. Order online for pickup or delivery and taste the difference."
buttons={[
{
text: "Order Now",
href: "#order",
},
text: "Order Now", href: "#order"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoT3fl9mw8X4tiyEYmInANcxtM/uploaded-1775671162655-60kuqq37.png"
imageAlt="Pupuseria Express Logo"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/closeup-tasty-grilled-tomatoes-marrows_651396-1449.jpg",
alt: "Customer 1",
},
src: "http://img.b2bpic.net/free-photo/closeup-tasty-grilled-tomatoes-marrows_651396-1449.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/various-salads-table_140725-9758.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/various-salads-table_140725-9758.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-arrangement_23-2149086080.jpg",
alt: "Customer 3",
},
src: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-arrangement_23-2149086080.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/delicious-corn-dogs-plate-view_23-2149455085.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/delicious-corn-dogs-plate-view_23-2149455085.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086033.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086033.jpg", alt: "Customer 5"},
]}
avatarText="Join 5,000+ happy customers"
/>
</div>
<div className="py-12 px-6 flex justify-center">
<BentoGlobe className="w-full max-w-4xl" />
</div>
<div id="about" data-section="about">
<SplitAbout
textboxLayout="split"
@@ -95,17 +80,11 @@ export default function LandingPage() {
description="At Pupuseria Express, we are dedicated to bringing the authentic flavors of Central American cuisine to your table. Every pupusa is handmade using fresh, high-quality ingredients following time-honored traditional recipes."
bulletPoints={[
{
title: "Traditional Recipes",
description: "Generations-old methods for an authentic taste.",
},
title: "Traditional Recipes", description: "Generations-old methods for an authentic taste."},
{
title: "Fresh Ingredients",
description: "Locally sourced produce and high-quality meats.",
},
title: "Fresh Ingredients", description: "Locally sourced produce and high-quality meats."},
{
title: "Fast & Convenient",
description: "Quick prep for your busy schedule.",
},
title: "Fast & Convenient", description: "Quick prep for your busy schedule."},
]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-stuffed-vegetables-with-meat-rice-clay-bowl_140725-12055.jpg"
imageAlt="Authentic cooking preparation"
@@ -121,53 +100,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Cheese & Bean",
price: "$3.50",
variant: "Classic",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-tasty-grilled-tomatoes-marrows_651396-1449.jpg",
imageAlt: "Cheese and bean pupusa",
},
id: "p1", name: "Cheese & Bean", price: "$3.50", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/closeup-tasty-grilled-tomatoes-marrows_651396-1449.jpg", imageAlt: "Cheese and bean pupusa"},
{
id: "p2",
name: "Pork & Cheese",
price: "$3.75",
variant: "Popular",
imageSrc: "http://img.b2bpic.net/free-photo/various-salads-table_140725-9758.jpg",
imageAlt: "Pork and cheese pupusa",
},
id: "p2", name: "Pork & Cheese", price: "$3.75", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/various-salads-table_140725-9758.jpg", imageAlt: "Pork and cheese pupusa"},
{
id: "p3",
name: "Spinach & Cheese",
price: "$3.75",
variant: "Healthy",
imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-arrangement_23-2149086080.jpg",
imageAlt: "Spinach and cheese pupusa",
},
id: "p3", name: "Spinach & Cheese", price: "$3.75", variant: "Healthy", imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-arrangement_23-2149086080.jpg", imageAlt: "Spinach and cheese pupusa"},
{
id: "p4",
name: "Loroco & Cheese",
price: "$4.00",
variant: "Authentic",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-corn-dogs-plate-view_23-2149455085.jpg",
imageAlt: "Loroco and cheese pupusa",
},
id: "p4", name: "Loroco & Cheese", price: "$4.00", variant: "Authentic", imageSrc: "http://img.b2bpic.net/free-photo/delicious-corn-dogs-plate-view_23-2149455085.jpg", imageAlt: "Loroco and cheese pupusa"},
{
id: "p5",
name: "Mixed Special",
price: "$4.25",
variant: "Full Loaded",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086033.jpg?_wi=1",
imageAlt: "Mixed pupusa",
},
id: "p5", name: "Mixed Special", price: "$4.25", variant: "Full Loaded", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086033.jpg?_wi=1", imageAlt: "Mixed pupusa"},
{
id: "p6",
name: "Vegetable Delight",
price: "$3.50",
variant: "Veggie",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-vegetables-composition-sliced-whole-vegetables-white-background-color-healthy-life-diet-meal-salad_140725-98239.jpg",
imageAlt: "Vegetable pupusa",
},
id: "p6", name: "Vegetable Delight", price: "$3.50", variant: "Veggie", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-vegetables-composition-sliced-whole-vegetables-white-background-color-healthy-life-diet-meal-salad_140725-98239.jpg", imageAlt: "Vegetable pupusa"},
]}
title="Our Signature Pupusas"
description="Explore our menu of handmade pupusas, served with traditional curtido and fresh salsa."
@@ -186,20 +129,11 @@ export default function LandingPage() {
faqsAnimation="slide-up"
faqs={[
{
id: "f1",
title: "Do you offer delivery?",
content: "Yes, we deliver within a 5-mile radius of our location.",
},
id: "f1", title: "Do you offer delivery?", content: "Yes, we deliver within a 5-mile radius of our location."},
{
id: "f2",
title: "Are your ingredients fresh?",
content: "We take pride in using only fresh, locally sourced ingredients every day.",
},
id: "f2", title: "Are your ingredients fresh?", content: "We take pride in using only fresh, locally sourced ingredients every day."},
{
id: "f3",
title: "Do you have vegetarian options?",
content: "Absolutely! We offer several delicious vegetarian and vegan-friendly pupusa choices.",
},
id: "f3", title: "Do you have vegetarian options?", content: "Absolutely! We offer several delicious vegetarian and vegan-friendly pupusa choices."},
]}
/>
</div>
@@ -208,8 +142,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
tag="Get in touch"
title="Visit or Order Today"
description="Located in the heart of the city, ready to serve your cravings."
@@ -223,42 +156,27 @@ export default function LandingPage() {
logoText="Pupuseria Express"
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
],
},
{
title: "Orders",
items: [
title: "Orders", items: [
{
label: "Order Now",
href: "#order",
},
label: "Order Now", href: "#order"},
{
label: "Delivery Info",
href: "#",
},
label: "Delivery Info", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
],
},
]}
@@ -268,4 +186,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}