Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-15 01:59:30 +00:00

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleCentered
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: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Coffee Culture"
/>
@@ -53,42 +45,21 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Welcome to Coffee Culture"
description="Fresh coffee, cozy atmosphere, local vibes. We serve artisan brews in a space designed for community and connection."
tag="Your Local Community Hub"
buttons={[
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
{
text: "Find Us",
href: "#contact",
},
text: "Find Us", href: "#contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-restaurant-s-table_74190-10275.jpg",
imageAlt: "cozy cafe interior table setting",
},
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-restaurant-s-table_74190-10275.jpg", imageAlt: "cozy cafe interior table setting"},
{
imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104611.jpg",
imageAlt: "local coffee shop inviting atmosphere",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312235.jpg",
imageAlt: "High angle dining table with grapes",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312222.jpg",
imageAlt: "High angle dining table assortment",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104748.jpg",
imageAlt: "Breakfast composition",
},
imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104611.jpg", imageAlt: "local coffee shop inviting atmosphere"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -103,19 +74,13 @@ export default function LandingPage() {
title="Built for the Community"
metrics={[
{
label: "Ethical Beans",
value: "100%",
icon: Coffee,
label: "Ethical Beans", value: "100%", icon: Coffee,
},
{
label: "Local Suppliers",
value: "12+",
icon: Users,
label: "Local Suppliers", value: "12+", icon: Users,
},
{
label: "Cozy Seats",
value: "40",
icon: Coffee,
label: "Cozy Seats", value: "40", icon: Coffee,
},
]}
metricsAnimation="blur-reveal"
@@ -130,47 +95,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Espresso",
price: "£2.50",
variant: "Hot Drinks",
imageSrc: "http://img.b2bpic.net/free-photo/view-tool-used-pressing-making-coffee_23-2149878079.jpg",
},
id: "1", name: "Espresso", price: "£2.50", variant: "Hot Drinks", imageSrc: "http://img.b2bpic.net/free-photo/view-tool-used-pressing-making-coffee_23-2149878079.jpg"},
{
id: "2",
name: "Cappuccino",
price: "£3.20",
variant: "Hot Drinks",
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-hot-strong-blue-desk-coffee-cocoa-drink-hot_140725-32033.jpg",
},
id: "2", name: "Cappuccino", price: "£3.20", variant: "Hot Drinks", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-hot-strong-blue-desk-coffee-cocoa-drink-hot_140725-32033.jpg"},
{
id: "3",
name: "Iced Latte",
price: "£3.80",
variant: "Cold Drinks",
imageSrc: "http://img.b2bpic.net/free-photo/drinks_23-2148014977.jpg",
},
id: "3", name: "Iced Latte", price: "£3.80", variant: "Cold Drinks", imageSrc: "http://img.b2bpic.net/free-photo/drinks_23-2148014977.jpg"},
{
id: "4",
name: "Artisan Croissant",
price: "£2.90",
variant: "Pastries",
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-chocolate-eclairs-currants-grey-plate-tarts-cookies-lemon-cinnamon-tea-white-wooden-table_140725-91503.jpg",
},
id: "4", name: "Artisan Croissant", price: "£2.90", variant: "Pastries", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-chocolate-eclairs-currants-grey-plate-tarts-cookies-lemon-cinnamon-tea-white-wooden-table_140725-91503.jpg"},
{
id: "5",
name: "Homemade Cookie",
price: "£2.00",
variant: "Snacks",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-morning-pastry-coffee-display-traditional-city-cafe_613910-18517.jpg",
},
id: "5", name: "Homemade Cookie", price: "£2.00", variant: "Snacks", imageSrc: "http://img.b2bpic.net/free-photo/tasty-morning-pastry-coffee-display-traditional-city-cafe_613910-18517.jpg"},
{
id: "6",
name: "Iced Fruit Tea",
price: "£3.50",
variant: "Cold Drinks",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cocktail-female-hand-dark-background_140725-135121.jpg",
},
id: "6", name: "Iced Fruit Tea", price: "£3.50", variant: "Cold Drinks", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cocktail-female-hand-dark-background_140725-135121.jpg"},
]}
title="Our Daily Menu"
description="Handcrafted drinks and fresh local treats."
@@ -185,45 +120,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "Regular",
company: "Guildford Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/image-smiling-woman-talking-phone-cafe_197531-33569.jpg",
},
id: "1", name: "Sarah J.", role: "Regular", company: "Guildford Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/image-smiling-woman-talking-phone-cafe_197531-33569.jpg"},
{
id: "2",
name: "Mark D.",
role: "Visitor",
company: "Coffee Enthusiast",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg",
},
id: "2", name: "Mark D.", role: "Visitor", company: "Coffee Enthusiast", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg"},
{
id: "3",
name: "Emma R.",
role: "Student",
company: "Local Uni",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-goodlooking-young-woman-drinking-coffee-kitchen-enjoying-her-morning-routine_1258-193531.jpg",
},
id: "3", name: "Emma R.", role: "Student", company: "Local Uni", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-goodlooking-young-woman-drinking-coffee-kitchen-enjoying-her-morning-routine_1258-193531.jpg"},
{
id: "4",
name: "David K.",
role: "Regular",
company: "Local Business",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-670.jpg",
},
id: "4", name: "David K.", role: "Regular", company: "Local Business", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-670.jpg"},
{
id: "5",
name: "Lucy H.",
role: "Regular",
company: "Nearby Worker",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-shy-young-asian-woman-standing-front-cafe-entrance-touching-her-neck_1258-199358.jpg",
},
id: "5", name: "Lucy H.", role: "Regular", company: "Nearby Worker", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-shy-young-asian-woman-standing-front-cafe-entrance-touching-her-neck_1258-199358.jpg"},
]}
title="What Our Locals Say"
description="Join our community of happy coffee lovers."
@@ -234,14 +144,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "rotated-rays-animated",
}}
variant: "rotated-rays-animated"}}
text="Visit us in the heart of Guildford. Were open daily from 8:00 AM to 6:00 PM. Call us at 01483 555 123."
buttons={[
{
text: "Get Directions",
href: "#",
},
text: "Get Directions", href: "#"},
]}
/>
</div>
@@ -250,38 +157,25 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Visit Us",
items: [
title: "Visit Us", items: [
{
label: "123 High Street, Guildford",
href: "#",
},
label: "123 High Street, Guildford", href: "#"},
],
},
{
title: "Opening Hours",
items: [
title: "Opening Hours", items: [
{
label: "Mon-Fri: 8am-6pm",
href: "#",
},
label: "Mon-Fri: 8am-6pm", href: "#"},
{
label: "Sat-Sun: 9am-5pm",
href: "#",
},
label: "Sat-Sun: 9am-5pm", href: "#"},
],
},
{
title: "Social",
items: [
title: "Social", items: [
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
],
},
]}