Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-30 15:08:37 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Experience",
id: "experience",
},
name: "Experience", id: "experience"},
{
name: "Visit Us",
id: "location",
},
name: "Visit Us", id: "location"},
]}
brandName="Raspas Grecia"
/>
@@ -58,39 +50,23 @@ export default function LandingPage() {
description="Premium raspas crafted with real fruit, bold flavors, and a touch of elegance."
buttons={[
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
{
text: "Visit Us Today",
href: "#location",
},
text: "Visit Us Today", href: "#location"},
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-orange-ice-cream-pop-stickles_23-2149460310.jpg",
imageAlt: "luxury shaved ice dessert photography",
},
imageSrc: "http://img.b2bpic.net/free-photo/delicious-orange-ice-cream-pop-stickles_23-2149460310.jpg", imageAlt: "luxury shaved ice dessert photography"},
{
imageSrc: "http://img.b2bpic.net/free-photo/stack-waffles-plate-with-blueberries-syrup_23-2148422744.jpg?_wi=1",
imageAlt: "syrup pouring on fine ice",
},
imageSrc: "http://img.b2bpic.net/free-photo/stack-waffles-plate-with-blueberries-syrup_23-2148422744.jpg?_wi=1", imageAlt: "syrup pouring on fine ice"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pancakes-with-various-ingredients_140725-114524.jpg",
imageAlt: "vibrant mango chili shaved ice",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pancakes-with-various-ingredients_140725-114524.jpg", imageAlt: "vibrant mango chili shaved ice"},
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-strawberry-granita-dessert-with-mint_23-2149421672.jpg",
imageAlt: "fresh strawberry raspa close up",
},
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-strawberry-granita-dessert-with-mint_23-2149421672.jpg", imageAlt: "fresh strawberry raspa close up"},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-tasty-crispbread-with-ripe-blueberries-strawberries-nuts-with-sour-cream-ceramic-plate_141793-6984.jpg",
imageAlt: "tamarind traditional shaved ice",
},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-tasty-crispbread-with-ripe-blueberries-strawberries-nuts-with-sour-cream-ceramic-plate_141793-6984.jpg", imageAlt: "tamarind traditional shaved ice"},
{
imageSrc: "http://img.b2bpic.net/free-photo/eat-strawberry-waffle-delicious-gourmet_1203-4129.jpg",
imageAlt: "signature specialty raspa dessert",
},
imageSrc: "http://img.b2bpic.net/free-photo/eat-strawberry-waffle-delicious-gourmet_1203-4129.jpg", imageAlt: "signature specialty raspa dessert"},
]}
/>
</div>
@@ -116,41 +92,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "1",
name: "Fresa Natural",
price: "$8.00",
imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-strawberry-flavor_23-2148539373.jpg",
},
id: "1", name: "Fresa Natural", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-strawberry-flavor_23-2148539373.jpg"},
{
id: "2",
name: "Mango Chile",
price: "$8.50",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-granita-dessert-with-fruit-flavoring_23-2149431478.jpg",
},
id: "2", name: "Mango Chile", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-granita-dessert-with-fruit-flavoring_23-2149431478.jpg"},
{
id: "3",
name: "Tamarindo Clásico",
price: "$7.50",
imageSrc: "http://img.b2bpic.net/free-photo/dried-healthy-fruit-with-marmalade-cup-herbal-tea_114579-46881.jpg",
},
id: "3", name: "Tamarindo Clásico", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/dried-healthy-fruit-with-marmalade-cup-herbal-tea_114579-46881.jpg"},
{
id: "4",
name: "Especial Grecia",
price: "$9.00",
imageSrc: "http://img.b2bpic.net/free-vector/vintage-wedding-landing-page-template_23-2148195121.jpg",
},
id: "4", name: "Especial Grecia", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-vector/vintage-wedding-landing-page-template_23-2148195121.jpg"},
{
id: "5",
name: "Limón Real",
price: "$7.00",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-lemon-cocktails-with-ice-white-table-citrus-drink-juice-cocktail_140725-124830.jpg",
},
id: "5", name: "Limón Real", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lemon-cocktails-with-ice-white-table-citrus-drink-juice-cocktail_140725-124830.jpg"},
{
id: "6",
name: "Pasion Tropical",
price: "$8.50",
imageSrc: "http://img.b2bpic.net/free-photo/fruit-salad-glass-copy-space_23-2148494782.jpg",
},
id: "6", name: "Pasion Tropical", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/fruit-salad-glass-copy-space_23-2148494782.jpg"},
]}
title="Signature Menu"
description="From classic refreshing fruits to our signature house-made specialties."
@@ -164,45 +116,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Miller",
handle: "@sarah_m",
testimonial: "An absolute game changer. The texture is perfect.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-young-woman-maes-photo-via-smartphone-laughs-gladfully-poses-with-tasty-pancakes-dressed-nightwear-feels-very-glad-enjoys-weekend-lazy-day-spends-it-home-poses-indoor_273609-59811.jpg",
},
id: "1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "An absolute game changer. The texture is perfect.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-young-woman-maes-photo-via-smartphone-laughs-gladfully-poses-with-tasty-pancakes-dressed-nightwear-feels-very-glad-enjoys-weekend-lazy-day-spends-it-home-poses-indoor_273609-59811.jpg"},
{
id: "2",
name: "David Chen",
handle: "@davidc",
testimonial: "Authentic flavors with a luxury twist. Highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-pin-up-woman-eating-cake_176420-3339.jpg",
},
id: "2", name: "David Chen", handle: "@davidc", testimonial: "Authentic flavors with a luxury twist. Highly recommend.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-pin-up-woman-eating-cake_176420-3339.jpg"},
{
id: "3",
name: "Elena Rodriguez",
handle: "@elenar",
testimonial: "Fresh, vibrant, and incredibly refreshing.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247760.jpg",
},
id: "3", name: "Elena Rodriguez", handle: "@elenar", testimonial: "Fresh, vibrant, and incredibly refreshing.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247760.jpg"},
{
id: "4",
name: "Marcus Thorne",
handle: "@marcust",
testimonial: "Best Mango Chile I've ever had, hands down.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25268.jpg",
},
id: "4", name: "Marcus Thorne", handle: "@marcust", testimonial: "Best Mango Chile I've ever had, hands down.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25268.jpg"},
{
id: "5",
name: "Julian Vega",
handle: "@julianv",
testimonial: "Finally, raspas with actual high-end quality. Love it.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-yummy-cakes-with-strawberries-white-surface-celebration-sweet-biscuit-sugar-tea-cake-cream_140725-101980.jpg",
},
id: "5", name: "Julian Vega", handle: "@julianv", testimonial: "Finally, raspas with actual high-end quality. Love it.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-yummy-cakes-with-strawberries-white-surface-celebration-sweet-biscuit-sugar-tea-cake-cream_140725-101980.jpg"},
]}
showRating={true}
title="The best raspas in the city — hands down."
@@ -218,20 +145,11 @@ export default function LandingPage() {
tag="Instagram Daily"
accordionItems={[
{
id: "ig1",
title: "Fresh Daily Content",
content: "Follow @RaspasGrecia for daily updates.",
},
id: "ig1", title: "Fresh Daily Content", content: "Follow @RaspasGrecia for daily updates."},
{
id: "ig2",
title: "Behind the Scenes",
content: "See how we craft our house-made syrups.",
},
id: "ig2", title: "Behind the Scenes", content: "See how we craft our house-made syrups."},
{
id: "ig3",
title: "Exclusive Offers",
content: "Flash specials for our loyal followers.",
},
id: "ig3", title: "Exclusive Offers", content: "Flash specials for our loyal followers."},
]}
imageSrc="http://img.b2bpic.net/free-photo/turkish-delight-rahat-lokum-with-pistachios-black-wooden-board_114579-59334.jpg"
/>
@@ -244,38 +162,20 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "visit",
badge: "Explore",
price: "Visit Us",
subtitle: "Open daily 11am - 9pm",
buttons: [
id: "visit", badge: "Explore", price: "Visit Us", subtitle: "Open daily 11am - 9pm", buttons: [
{
text: "Get Directions",
href: "#location",
},
text: "Get Directions", href: "#location"},
],
features: [
"Fresh ingredients",
"Hand-crafted syrups",
"Refined atmosphere",
],
"Fresh ingredients", "Hand-crafted syrups", "Refined atmosphere"],
},
{
id: "order",
badge: "Coming Soon",
price: "Order Now",
subtitle: "Online ordering coming soon",
buttons: [
id: "order", badge: "Coming Soon", price: "Order Now", subtitle: "Online ordering coming soon", buttons: [
{
text: "Notify Me",
href: "#",
},
text: "Notify Me", href: "#"},
],
features: [
"Mobile pick-up",
"Quick service",
"Pre-order rewards",
],
"Mobile pick-up", "Quick service", "Pre-order rewards"],
},
]}
title="Ready to cool down in style?"
@@ -288,20 +188,16 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Find Your Refreshing Escape"
description="Visit us for a taste of Mediterranean-inspired summer. Conveniently located downtown."
textarea={{
name: "questions", placeholder: "Send us your questions", rows: 4,
}}
inputs={[
{
name: "name",
type: "text",
placeholder: "Name",
},
{
name: "email",
type: "email",
placeholder: "Email",
name: "inquiry", type: "text", placeholder: "How can we help?", required: true,
},
]}
mediaPosition="right"
buttonText="Get Directions"
buttonText="Send Inquiry"
imageSrc="http://img.b2bpic.net/free-photo/stack-waffles-plate-with-blueberries-syrup_23-2148422744.jpg?_wi=2"
/>
</div>
@@ -311,42 +207,27 @@ export default function LandingPage() {
logoText="Raspas Grecia"
columns={[
{
title: "Menu",
items: [
title: "Menu", items: [
{
label: "Full Menu",
href: "#menu",
},
label: "Full Menu", href: "#menu"},
{
label: "Specials",
href: "#menu",
},
label: "Specials", href: "#menu"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#experience",
},
label: "About Us", href: "#experience"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
],
},
]}
@@ -356,4 +237,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}