Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-12 21:21:35 +00:00

View File

@@ -11,7 +11,7 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Award, Coffee, Users } from "lucide-react";
import { Award, Coffee, Users, ArrowRight } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,128 +31,47 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "#hero",
},
{
name: "About",
id: "#about",
},
{
name: "Menu",
id: "#features",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Home", id: "#hero" },
{ name: "About", id: "#about" },
{ name: "Menu", id: "#features" },
{ name: "Contact", id: "#contact" },
]}
brandName="The Golden Pear"
button={{
text: "Order Online",
}}
button={{ text: "Order Online" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitTestimonial
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="A Community Staple Since Day One"
description="Experience the warmth of The Golden Pear. Fresh-baked goods, artisan coffee, and wholesome meals prepared with love in the heart of the community."
testimonials={[
{
name: "Tahda Ahtone",
handle: "@tahda",
testimonial: "One of the best scones I have ever had. Moist, blueberries were real and juicy.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/anime-coffee-shop-illustration_23-2151764668.jpg",
},
{
name: "Susan Walling",
handle: "@susan",
testimonial: "It has that genuine neighborhood coffee shop vibe that is hard to find.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-outdoors-near-cafe_1268-21181.jpg",
},
{
name: "Yelena L",
handle: "@yelena",
testimonial: "Best cafe in the world when we visit the Hamptons. Amazing quality.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/daily-routine-lifestyle-young-beautiful-woman-bathrobe-standing-kitchen-with-cup-coffee_1258-193507.jpg",
},
{
name: "Mark R.",
handle: "@markr",
testimonial: "Perfect spot to start my morning. The staff is always so welcoming.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-light-lamp-decoration_1339-7077.jpg",
},
{
name: "Sarah J.",
handle: "@sarahj",
testimonial: "Highly recommend the fresh roast coffee. It's a true community staple.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-with-laptop-street_1153-3538.jpg",
},
]}
buttons={[
{
text: "Visit Us",
href: "#contact",
},
{ name: "Tahda Ahtone", handle: "@tahda", testimonial: "One of the best scones I have ever had. Moist, blueberries were real and juicy.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/anime-coffee-shop-illustration_23-2151764668.jpg" },
{ name: "Susan Walling", handle: "@susan", testimonial: "It has that genuine neighborhood coffee shop vibe that is hard to find.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-outdoors-near-cafe_1268-21181.jpg" },
{ name: "Yelena L", handle: "@yelena", testimonial: "Best cafe in the world when we visit the Hamptons. Amazing quality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/daily-routine-lifestyle-young-beautiful-woman-bathrobe-standing-kitchen-with-cup-coffee_1258-193507.jpg" },
{ name: "Mark R.", handle: "@markr", testimonial: "Perfect spot to start my morning. The staff is always so welcoming.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-light-lamp-decoration_1339-7077.jpg" },
{ name: "Sarah J.", handle: "@sarahj", testimonial: "Highly recommend the fresh roast coffee. It's a true community staple.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-with-laptop-street_1153-3538.jpg" },
]}
buttons={[{ text: "Visit Us", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-posing-with-laptop-street_1153-3539.jpg"
imageAlt="Golden Pear Cafe interior"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/street_1296-535.jpg",
alt: "Local regular customer",
},
{
src: "http://img.b2bpic.net/free-photo/view-street-lights-london-city_23-2149437467.jpg",
alt: "Visitor from out of town",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-woman-talking-mobile_23-2148937760.jpg",
alt: "Neighbor enjoying morning coffee",
},
{
src: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064695.jpg",
alt: "Regular brunch guest",
},
{
src: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg",
alt: "Community member",
},
{ src: "http://img.b2bpic.net/free-photo/street_1296-535.jpg", alt: "Local regular customer" },
{ src: "http://img.b2bpic.net/free-photo/view-street-lights-london-city_23-2149437467.jpg", alt: "Visitor from out of town" },
{ src: "http://img.b2bpic.net/free-photo/portrait-woman-talking-mobile_23-2148937760.jpg", alt: "Neighbor enjoying morning coffee" },
{ src: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064695.jpg", alt: "Regular brunch guest" },
{ src: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg", alt: "Community member" },
]}
avatarText="Join our 5k+ community members"
marqueeItems={[
{
type: "text",
text: "Fresh Artisan Pastries",
},
{
type: "text",
text: "Locally Sourced Ingredients",
},
{
type: "text",
text: "Handcrafted Coffee",
},
{
type: "text",
text: "Wholesome Neighborhood Meals",
},
{
type: "text",
text: "Daily Fresh Baked Goods",
},
{ type: "text", text: "Fresh Artisan Pastries" },
{ type: "text", text: "Locally Sourced Ingredients" },
{ type: "text", text: "Handcrafted Coffee" },
{ type: "text", text: "Wholesome Neighborhood Meals" },
{ type: "text", text: "Daily Fresh Baked Goods" },
]}
/>
</div>
@@ -162,21 +81,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Our Commitment to Quality"
metrics={[
{
icon: Coffee,
label: "Fresh Daily",
value: "100+",
},
{
icon: Users,
label: "Community Members",
value: "5k+",
},
{
icon: Award,
label: "Years Served",
value: "20+",
},
{ icon: Coffee, label: "Fresh Daily", value: "100+" },
{ icon: Users, label: "Community Members", value: "5k+" },
{ icon: Award, label: "Years Served", value: "20+" },
]}
metricsAnimation="slide-up"
/>
@@ -187,30 +94,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Artisan Pastries",
description: "Moist, fresh-baked scones and cakes made with real fruits.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-freshly-baked-croissants-bakery-blurred-background_169016-25377.jpg",
buttonIcon: "ArrowRight",
},
{
title: "Signature Breakfast",
description: "Generous avocado toast piled high with fresh roasted tomatoes.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sandwiches-with-avocado-red-tomatoes-grey-surface-snack-meal-burger-sandwich-bread_140725-85892.jpg",
buttonIcon: "ArrowRight",
},
{
title: "Gourmet Sandwiches",
description: "Custom-made paninis and salads using the finest local ingredients.",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-sandwich_23-2148633431.jpg",
buttonIcon: "ArrowRight",
},
{
title: "Specialty Coffee",
description: "Rich mochas and iced cold brews crafted to perfection.",
imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-art-table_1232-2739.jpg",
buttonIcon: "ArrowRight",
},
{ title: "Artisan Pastries", description: "Moist, fresh-baked scones and cakes made with real fruits.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-freshly-baked-croissants-bakery-blurred-background_169016-25377.jpg", buttonIcon: ArrowRight },
{ title: "Signature Breakfast", description: "Generous avocado toast piled high with fresh roasted tomatoes.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sandwiches-with-avocado-red-tomatoes-grey-surface-snack-meal-burger-sandwich-bread_140725-85892.jpg", buttonIcon: ArrowRight },
{ title: "Gourmet Sandwiches", description: "Custom-made paninis and salads using the finest local ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-sandwich_23-2148633431.jpg", buttonIcon: ArrowRight },
{ title: "Specialty Coffee", description: "Rich mochas and iced cold brews crafted to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-art-table_1232-2739.jpg", buttonIcon: ArrowRight },
]}
title="Our Signature Offerings"
description="From morning rituals to afternoon pick-me-ups, discover the flavors that define our local cafe."
@@ -223,60 +110,16 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Tahda Ahtone",
role: "Guide",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-male-student-working-computer-park_1303-16871.jpg",
},
{
id: "2",
name: "Susan Walling",
role: "Guide",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-conversing-coffee_23-2148735440.jpg",
},
{
id: "3",
name: "Yelena L",
role: "Guide",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/girl-drawing-cup-coffee-notebook_158595-664.jpg",
},
{
id: "4",
name: "Charles Brewer",
role: "Guide",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5053.jpg",
},
{
id: "5",
name: "Chris Davis",
role: "Broker",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5062.jpg",
},
{ id: "1", name: "Tahda Ahtone", role: "Guide", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-male-student-working-computer-park_1303-16871.jpg" },
{ id: "2", name: "Susan Walling", role: "Guide", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-conversing-coffee_23-2148735440.jpg" },
{ id: "3", name: "Yelena L", role: "Guide", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-drawing-cup-coffee-notebook_158595-664.jpg" },
{ id: "4", name: "Charles Brewer", role: "Guide", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5053.jpg" },
{ id: "5", name: "Chris Davis", role: "Broker", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5062.jpg" },
]}
kpiItems={[
{
value: "4.8",
label: "Average Rating",
},
{
value: "15k+",
label: "Cups Served",
},
{
value: "99%",
label: "Fresh Ingredients",
},
{ value: "4.8", label: "Average Rating" },
{ value: "15k+", label: "Cups Served" },
{ value: "99%", label: "Fresh Ingredients" },
]}
title="Voices of Our Community"
description="See why locals and visitors alike make us their neighborhood hub."
@@ -289,21 +132,9 @@ export default function LandingPage() {
title="Supporting Our Community Hub"
tag="Impact"
metrics={[
{
id: "m1",
value: "365",
description: "Days of operation per year",
},
{
id: "m2",
value: "24/7",
description: "Passion for quality",
},
{
id: "m3",
value: "Local",
description: "Sourced neighborhood produce",
},
{ id: "m1", value: "365", description: "Days of operation per year" },
{ id: "m2", value: "24/7", description: "Passion for quality" },
{ id: "m3", value: "Local", description: "Sourced neighborhood produce" },
]}
/>
</div>
@@ -313,21 +144,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "Do you offer catering?",
content: "Yes, we specialize in high-end catering for both formal and casual events with homemade selections.",
},
{
id: "f2",
title: "Where are you located?",
content: "We have various locations throughout the Hamptons. Check our social media for the latest.",
},
{
id: "f3",
title: "Do you have vegan options?",
content: "We offer several fresh salads and customized meal options. Please ask our staff about specific ingredients.",
},
{ id: "f1", title: "Do you offer catering?", content: "Yes, we specialize in high-end catering for both formal and casual events with homemade selections." },
{ id: "f2", title: "Where are you located?", content: "We have various locations throughout the Hamptons. Check our social media for the latest." },
{ id: "f3", title: "Do you have vegan options?", content: "We offer several fresh salads and customized meal options. Please ask our staff about specific ingredients." },
]}
title="Frequently Asked Questions"
description="Have questions about our cafe? Here's what you need to know."
@@ -338,9 +157,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Updates"
title="Stay Connected"
description="Join our newsletter for fresh updates, menu features, and community events."
@@ -350,14 +167,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="The Golden Pear"
leftLink={{
text: "Terms of Service",
href: "#",
}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
leftLink={{ text: "Terms of Service", href: "#" }}
rightLink={{ text: "Privacy Policy", href: "#" }}
/>
</div>
</ReactLenis>