Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-15 23:41:11 +00:00

View File

@@ -32,26 +32,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Menu",
id: "menu",
},
{
name: "About",
id: "about",
},
{
name: "Reviews",
id: "reviews",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "reviews" },
{ name: "Contact", id: "contact" },
]}
brandName="Yogurt Emporium"
/>
@@ -59,70 +44,27 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
title="Welcome to Yogurt Emporium"
description="Boca Ratons Full-Service Frozen Yogurt & Ice Cream Experience. Create your perfect cup with our endless variety of toppings and rotating flavors."
avatars={[
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bc04sy",
alt: "Customer",
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=liveqq",
alt: "Customer",
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8tprec",
alt: "Customer",
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4tpqc3",
alt: "Customer",
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7z68vr",
alt: "Customer",
},
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bc04sy", alt: "Customer" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=liveqq", alt: "Customer" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8tprec", alt: "Customer" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4tpqc3", alt: "Customer" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7z68vr", alt: "Customer" },
]}
avatarText="Join our 96% happy customers"
buttons={[
{
text: "View Flavors",
href: "#menu",
},
{
text: "Visit Us Today",
href: "#contact",
},
{ text: "View Flavors", href: "#menu" },
{ text: "Visit Us Today", href: "#contact" },
]}
marqueeItems={[
{
type: "text-icon",
text: "Fresh Fruit",
icon: Apple,
},
{
type: "text-icon",
text: "Premium Dairy",
icon: Milk,
},
{
type: "text-icon",
text: "Rotating Flavors",
icon: RotateCcw,
},
{
type: "text-icon",
text: "Custom Toppings",
icon: Sparkles,
},
{
type: "text-icon",
text: "Boca Local",
icon: MapPin,
},
{ type: "text-icon", text: "Fresh Fruit", icon: Apple },
{ type: "text-icon", text: "Premium Dairy", icon: Milk },
{ type: "text-icon", text: "Rotating Flavors", icon: RotateCcw },
{ type: "text-icon", text: "Custom Toppings", icon: Sparkles },
{ type: "text-icon", text: "Boca Local", icon: MapPin },
]}
/>
</div>
@@ -134,18 +76,9 @@ export default function LandingPage() {
title="More Than Just Yogurt"
description="At Yogurt Emporium, were more than just frozen yogurt—were an experience. Located in the heart of Boca Raton, we provide a full-service experience with a friendly, welcoming atmosphere. Whether you're here for a quick treat or a hang-out, we've got the perfect spot for you."
bulletPoints={[
{
title: "Local Favorite",
description: "Serving the Boca Raton community with love.",
},
{
title: "Full-Service",
description: "Staff ready to craft your perfect cup.",
},
{
title: "Welcoming Vibe",
description: "Fun, modern space for families and friends.",
},
{ title: "Local Favorite", description: "Serving the Boca Raton community with love." },
{ title: "Full-Service", description: "Staff ready to craft your perfect cup." },
{ title: "Welcoming Vibe", description: "Fun, modern space for families and friends." },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=j43jar"
mediaAnimation="slide-up"
@@ -159,54 +92,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "m1",
name: "Milk Shakes",
price: "$3.99",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6v2syo",
brand: "Emporium",
},
{
id: "m2",
name: "Banana Splits",
price: "$5.29",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vnuma8",
brand: "Emporium",
},
{
id: "m3",
name: "Fruit Smoothies",
price: "$5.99",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yr920k",
brand: "Emporium",
},
{
id: "m4",
name: "Waffle Cones & Bowls",
price: "$0.95",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c1ldq0",
brand: "Emporium",
},
{
id: "m5",
name: "Toppings Bar",
price: "$0.80",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=j9qys2",
brand: "Emporium",
},
{
id: "m6",
name: "Frozen Pie Slices",
price: "$9.49",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xhad9s",
brand: "Emporium",
},
{ id: "m1", name: "Milk Shakes", price: "$3.99", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6v2syo", brand: "Emporium" },
{ id: "m2", name: "Banana Splits", price: "$5.29", rating: 5, reviewCount: "85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vnuma8", brand: "Emporium" },
{ id: "m3", name: "Fruit Smoothies", price: "$5.99", rating: 5, reviewCount: "92", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yr920k", brand: "Emporium" },
{ id: "m4", name: "Waffle Cones & Bowls", price: "$0.95", rating: 5, reviewCount: "150", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c1ldq0", brand: "Emporium" },
{ id: "m5", name: "Toppings Bar", price: "$0.80", rating: 5, reviewCount: "200", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=j9qys2", brand: "Emporium" },
{ id: "m6", name: "Frozen Pie Slices", price: "$9.49", rating: 5, reviewCount: "60", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xhad9s", brand: "Emporium" },
]}
title="Our Treats"
description="Endless combinations. From thick shakes and splits to waffle bowls and flavor drops."
@@ -220,21 +111,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
{
title: "Outdoor Seating",
description: "Enjoy your treats in the beautiful Florida weather.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i2luft",
},
{
title: "In-Store Pickup",
description: "Order ahead and grab your treats on the go.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tign3r",
},
{
title: "Loyalty Rewards",
description: "Buy 5 get 1 free! Join our club today.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b7g0p1",
},
{ title: "Outdoor Seating", description: "Enjoy your treats in the beautiful Florida weather.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i2luft" },
{ title: "In-Store Pickup", description: "Order ahead and grab your treats on the go.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tign3r" },
{ title: "Loyalty Rewards", description: "Buy 5 get 1 free! Join our club today.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b7g0p1" },
]}
title="Why Visit Us?"
description="Everything you need for the perfect frozen yogurt outing in Boca Raton."
@@ -247,21 +126,9 @@ export default function LandingPage() {
title="Why Boca Loves Us"
tag="Trusted Quality"
metrics={[
{
id: "n1",
value: "96%",
description: "Customers recommend us",
},
{
id: "n2",
value: "50+",
description: "Available toppings",
},
{
id: "n3",
value: "10k+",
description: "Cups served monthly",
},
{ id: "n1", value: "96%", description: "Customers recommend us" },
{ id: "n2", value: "50+", description: "Available toppings" },
{ id: "n3", value: "10k+", description: "Cups served monthly" },
]}
metricsAnimation="slide-up"
/>
@@ -274,26 +141,11 @@ export default function LandingPage() {
rating={5}
author="Sarah M."
avatars={[
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fqy36y",
alt: "Customer",
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pdtw0t",
alt: "Customer",
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4ay5o1",
alt: "Customer",
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0en0ne",
alt: "Customer",
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7z68vr",
alt: "Customer",
},
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fqy36y", alt: "Customer" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pdtw0t", alt: "Customer" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4ay5o1", alt: "Customer" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0en0ne", alt: "Customer" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7z68vr", alt: "Customer" },
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -305,21 +157,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "Do you offer student deals?",
content: "Yes! Show your student ID for special discounts on select days.",
},
{
id: "q2",
title: "Can I order ahead?",
content: "Absolutely! Use our contact form to schedule your pickup ahead of time.",
},
{
id: "q3",
title: "Are you open now?",
content: "Check our latest status updates or give us a call at (561) 347-1140.",
},
{ id: "q1", title: "Do you offer student deals?", content: "Yes! Show your student ID for special discounts on select days." },
{ id: "q2", title: "Can I order ahead?", content: "Absolutely! Use our contact form to schedule your pickup ahead of time." },
{ id: "q3", title: "Are you open now?", content: "Check our latest status updates or give us a call at (561) 347-1140." },
]}
title="Common Questions"
description="Get all the details about our yogurt shop and services."
@@ -333,25 +173,10 @@ export default function LandingPage() {
title="Visit or Order Ahead"
description="📍 6063 SW 18th St, Boca Raton, FL\n📞 (561) 347-1140\n✉ yogurtemporium@gmail.com"
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
},
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
]}
textarea={{
name: "message",
placeholder: "Your order or inquiry",
rows: 4,
required: true,
}}
textarea={{ name: "message", placeholder: "Your order or inquiry", rows: 4, required: true }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7w0jcv"
/>
</div>
@@ -362,42 +187,21 @@ export default function LandingPage() {
logoText="Yogurt Emporium"
columns={[
{
title: "Menu",
items: [
{
label: "Flavors",
href: "#menu",
},
{
label: "Toppings",
href: "#menu",
},
title: "Menu", items: [
{ label: "Flavors", href: "#menu" },
{ label: "Toppings", href: "#menu" },
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Contact",
href: "#contact",
},
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Connect",
items: [
{
label: "Instagram",
href: "#",
},
{
label: "Facebook",
href: "#",
},
title: "Connect", items: [
{ label: "Instagram", href: "#" },
{ label: "Facebook", href: "#" },
],
},
]}