Update src/app/page.tsx

This commit is contained in:
2026-06-05 12:50:07 +00:00
parent fc591bf4e0
commit dce2b9de4c

View File

@@ -33,33 +33,19 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About Us",
id: "#about",
},
name: "About Us", id: "#about"},
{
name: "Menu",
id: "#offerings",
},
name: "Menu", id: "#offerings"},
{
name: "Shop",
id: "#products",
},
name: "Shop", id: "#products"},
{
name: "Reviews",
id: "#testimonials",
},
name: "Reviews", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Adam Coffee Shop"
/>
@@ -68,42 +54,21 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroSplitDualMedia
background={{
variant: "downward-rays-static-grid",
}}
variant: "downward-rays-static-grid"}}
title="Exceptional Coffee, Genuine Connection"
description="Handcrafted espresso drinks and a welcoming space for your morning ritual or afternoon escape. Visit Adam today."
tag="Your Daily Dose of Delight"
buttons={[
{
text: "View Hours & Location",
href: "#contact",
},
text: "View Hours & Location", href: "#contact"},
{
text: "Explore Our Menu",
href: "#offerings",
},
text: "Explore Our Menu", href: "#offerings"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/empty-bench-restaurant_23-2147871253.jpg",
imageAlt: "Cozy coffee shop interior with customers",
},
imageSrc: "http://img.b2bpic.net/free-photo/empty-bench-restaurant_23-2147871253.jpg", imageAlt: "Cozy coffee shop interior with customers"},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-coffee-beans-iron-vase_140725-9066.jpg",
imageAlt: "Close-up of roasted coffee beans",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-hipsters-cafe-glass_171337-16459.jpg",
imageAlt: "Modern cafe atmosphere with customers",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-wooden-table-with-gradient-photo-style_53876-14314.jpg",
imageAlt: "Warm aesthetic coffee shop design",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg",
imageAlt: "Urban cafe comfy seating",
},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-coffee-beans-iron-vase_140725-9066.jpg", imageAlt: "Close-up of roasted coffee beans"}
]}
mediaAnimation="opacity"
rating={5}
@@ -118,9 +83,7 @@ export default function LandingPage() {
title="More Than Just Coffee: A Community Hub"
buttons={[
{
text: "Learn More About Us",
href: "#",
},
text: "Learn More About Us", href: "#"},
]}
/>
</div>
@@ -131,23 +94,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Artisanal Espresso",
description: "Experience the rich, nuanced flavors of our expertly pulled espresso shots, the foundation of all our handcrafted drinks.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354576.jpg",
imageAlt: "Barista making espresso",
},
title: "Artisanal Espresso", description: "Experience the rich, nuanced flavors of our expertly pulled espresso shots, the foundation of all our handcrafted drinks.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354576.jpg", imageAlt: "Barista making espresso"},
{
title: "Freshly Baked Pastries",
description: "Indulge in our daily selection of croissants, muffins, and cookies, baked fresh every morning to complement your coffee.",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-young-woman-choosing-pastry-from-display-cabinet-bakery_23-2148028034.jpg",
imageAlt: "Display of fresh pastries",
},
title: "Freshly Baked Pastries", description: "Indulge in our daily selection of croissants, muffins, and cookies, baked fresh every morning to complement your coffee.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-young-woman-choosing-pastry-from-display-cabinet-bakery_23-2148028034.jpg", imageAlt: "Display of fresh pastries"},
{
title: "Comfortable Workspace",
description: "Enjoy complimentary high-speed WiFi and ample seating, perfect for remote work, study sessions, or casual meetings.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-coffee-holding-smartphone_23-2147854212.jpg",
imageAlt: "Person working on laptop in a cafe",
},
title: "Comfortable Workspace", description: "Enjoy complimentary high-speed WiFi and ample seating, perfect for remote work, study sessions, or casual meetings.", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-coffee-holding-smartphone_23-2147854212.jpg", imageAlt: "Person working on laptop in a cafe"},
]}
title="Our Signature Offerings"
description="Discover a selection of fine beverages and treats crafted with passion."
@@ -163,47 +114,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "House Blend Beans",
price: "$15.99",
imageSrc: "http://img.b2bpic.net/free-photo/small-roasted-linen-cafe-italian_1172-347.jpg",
imageAlt: "Bag of Adam Coffee Shop house blend beans",
},
id: "p1", name: "House Blend Beans", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/small-roasted-linen-cafe-italian_1172-347.jpg", imageAlt: "Bag of Adam Coffee Shop house blend beans"},
{
id: "p2",
name: "Adam Logo Mug",
price: "$12.00",
imageSrc: "http://img.b2bpic.net/free-photo/delivery-woman-green-uniform-posing-with-coffee-cups_114579-39829.jpg",
imageAlt: "Adam Coffee Shop branded ceramic mug",
},
id: "p2", name: "Adam Logo Mug", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/delivery-woman-green-uniform-posing-with-coffee-cups_114579-39829.jpg", imageAlt: "Adam Coffee Shop branded ceramic mug"},
{
id: "p3",
name: "Gift Card",
price: "$25.00",
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-letters_1232-94.jpg",
imageAlt: "Adam Coffee Shop gift card",
},
id: "p3", name: "Gift Card", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-letters_1232-94.jpg", imageAlt: "Adam Coffee Shop gift card"},
{
id: "p4",
name: "Signature Cold Brew",
price: "$4.50",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-person-pouring-tea-glass-with-ice-cubes-it-table_181624-22416.jpg",
imageAlt: "Bottled cold brew coffee",
},
id: "p4", name: "Signature Cold Brew", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-person-pouring-tea-glass-with-ice-cubes-it-table_181624-22416.jpg", imageAlt: "Bottled cold brew coffee"},
{
id: "p5",
name: "Adam T-Shirt",
price: "$22.00",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-courier-blue-uniform-posing-holding-delivery-cup-coffee-pink-wall-service-job-uniform-delivery-woman_140725-33643.jpg",
imageAlt: "Adam Coffee Shop branded t-shirt",
},
id: "p5", name: "Adam T-Shirt", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-courier-blue-uniform-posing-holding-delivery-cup-coffee-pink-wall-service-job-uniform-delivery-woman_140725-33643.jpg", imageAlt: "Adam Coffee Shop branded t-shirt"},
{
id: "p6",
name: "Coffee Maker Kit",
price: "$49.99",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-coffee-equipment_23-2149371277.jpg",
imageAlt: "Coffee pour over kit",
},
id: "p6", name: "Coffee Maker Kit", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/still-life-coffee-equipment_23-2149371277.jpg", imageAlt: "Coffee pour over kit"},
]}
title="Bring Adam Home"
description="Browse our selection of premium coffee beans and branded merchandise, perfect for gifts or enjoying Adam's coffee at home."
@@ -218,53 +139,17 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sarah J.",
handle: "@sarahj_local",
testimonial: "Adam Coffee Shop is my go-to spot! The coffee is always perfect, and the vibe is so welcoming. It's truly a gem in the neighborhood.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg",
imageAlt: "Sarah J. customer review",
},
id: "t1", name: "Sarah J.", handle: "@sarahj_local", testimonial: "Adam Coffee Shop is my go-to spot! The coffee is always perfect, and the vibe is so welcoming. It's truly a gem in the neighborhood.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg", imageAlt: "Sarah J. customer review"},
{
id: "t2",
name: "Michael D.",
handle: "@michaels_daily",
testimonial: "I love working from Adam. The WiFi is fast, the seating is comfortable, and the endless stream of great coffee keeps me productive. Highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/spectacular-woman-with-dark-long-hair-smiling-coffee-break_291650-641.jpg",
imageAlt: "Michael D. customer review",
},
id: "t2", name: "Michael D.", handle: "@michaels_daily", testimonial: "I love working from Adam. The WiFi is fast, the seating is comfortable, and the endless stream of great coffee keeps me productive. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/spectacular-woman-with-dark-long-hair-smiling-coffee-break_291650-641.jpg", imageAlt: "Michael D. customer review"},
{
id: "t3",
name: "Emily R.",
handle: "@emily.eats.local",
testimonial: "Their pastries are divine! Paired with a delicious latte, it's the perfect start to my weekend. Such a friendly team too.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-successful-businesswoman-suit-cross-arms-chest-standing_1258-118021.jpg",
imageAlt: "Emily R. customer review",
},
id: "t3", name: "Emily R.", handle: "@emily.eats.local", testimonial: "Their pastries are divine! Paired with a delicious latte, it's the perfect start to my weekend. Such a friendly team too.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-successful-businesswoman-suit-cross-arms-chest-standing_1258-118021.jpg", imageAlt: "Emily R. customer review"},
{
id: "t4",
name: "David K.",
handle: "@davidk_creative",
testimonial: "Finally, a coffee shop that understands quality. The pour-overs here are exceptional, and I always pick up a bag of beans for home.",
imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-71154.jpg",
imageAlt: "David K. customer review",
},
id: "t4", name: "David K.", handle: "@davidk_creative", testimonial: "Finally, a coffee shop that understands quality. The pour-overs here are exceptional, and I always pick up a bag of beans for home.", imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-71154.jpg", imageAlt: "David K. customer review"},
{
id: "t5",
name: "Olivia M.",
handle: "@olivia.m",
testimonial: "Adam's has such a genuine connection with its customers. It feels like a second home. The best coffee and atmosphere around!",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-table-holding-fresh-juice-bottle_23-2148784272.jpg",
imageAlt: "Olivia M. customer review",
},
id: "t5", name: "Olivia M.", handle: "@olivia.m", testimonial: "Adam's has such a genuine connection with its customers. It feels like a second home. The best coffee and atmosphere around!", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-table-holding-fresh-juice-bottle_23-2148784272.jpg", imageAlt: "Olivia M. customer review"},
{
id: "t6",
name: "James L.",
handle: "@james_coffee",
testimonial: "Great coffee, amazing atmosphere! Always a pleasure to start my day at Adam Coffee Shop. The staff is fantastic.",
imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-man-classic-black-jacket-white-shirt-happily-showing-ok-gesture-while-looking-camera-orange-background_574295-5835.jpg",
imageAlt: "James L. customer review",
},
id: "t6", name: "James L.", handle: "@james_coffee", testimonial: "Great coffee, amazing atmosphere! Always a pleasure to start my day at Adam Coffee Shop. The staff is fantastic.", imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-man-classic-black-jacket-white-shirt-happily-showing-ok-gesture-while-looking-camera-orange-background_574295-5835.jpg", imageAlt: "James L. customer review"},
]}
title="What Our Community Says"
description="Hear directly from our cherished customers about their Adam Coffee Shop experience."
@@ -279,23 +164,14 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
icon: Coffee,
title: "Cups Served Daily",
value: "500+",
},
id: "m1", icon: Coffee,
title: "Cups Served Daily", value: "500+"},
{
id: "m2",
icon: Users,
title: "Happy Customers",
value: "10,000+",
},
id: "m2", icon: Users,
title: "Happy Customers", value: "10,000+"},
{
id: "m3",
icon: Wifi,
title: "Free WiFi Hours",
value: "Unlimited",
},
id: "m3", icon: Wifi,
title: "Free WiFi Hours", value: "Unlimited"},
]}
title="Adam Coffee Shop by the Numbers"
description="A glimpse into what makes our community thrive."
@@ -308,25 +184,13 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "What are your operating hours?",
content: "Adam Coffee Shop is open Monday to Friday from 7 AM to 6 PM, and Saturday & Sunday from 8 AM to 5 PM.",
},
id: "f1", title: "What are your operating hours?", content: "Adam Coffee Shop is open Monday to Friday from 7 AM to 6 PM, and Saturday & Sunday from 8 AM to 5 PM."},
{
id: "f2",
title: "Do you offer food options besides pastries?",
content: "Yes, we have a selection of light bites, sandwiches, and salads available daily, along with our fresh pastries.",
},
id: "f2", title: "Do you offer food options besides pastries?", content: "Yes, we have a selection of light bites, sandwiches, and salads available daily, along with our fresh pastries."},
{
id: "f3",
title: "Is there parking available?",
content: "Street parking is available directly in front of our shop, and there's a public parking lot one block away.",
},
id: "f3", title: "Is there parking available?", content: "Street parking is available directly in front of our shop, and there's a public parking lot one block away."},
{
id: "f4",
title: "Can I place an order online for pickup?",
content: "Yes! You can place an order through our website for quick and convenient pickup at your chosen time.",
},
id: "f4", title: "Can I place an order online for pickup?", content: "Yes! You can place an order through our website for quick and convenient pickup at your chosen time."},
]}
sideTitle="Questions? We've Got Answers!"
sideDescription="Find quick answers to common questions about Adam Coffee Shop, from our hours to our special offerings."
@@ -338,18 +202,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "downward-rays-static",
}}
variant: "downward-rays-static"}}
text="Come visit Adam Coffee Shop today! We look forward to welcoming you."
buttons={[
{
text: "Get Directions",
href: "https://maps.google.com/?q=Adam+Coffee+Shop",
},
text: "Get Directions", href: "https://maps.google.com/?q=Adam+Coffee+Shop"},
{
text: "Call Us",
href: "tel:+1234567890",
},
text: "Call Us", href: "tel:+1234567890"},
]}
/>
</div>
@@ -361,62 +220,37 @@ export default function LandingPage() {
logoText="Adam Coffee Shop"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Home",
href: "#home",
},
label: "Home", href: "#home"},
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Menu",
href: "#offerings",
},
label: "Menu", href: "#offerings"},
{
label: "Shop",
href: "#products",
},
label: "Shop", href: "#products"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Instagram",
href: "https://instagram.com/adamcoffeeshop",
},
label: "Instagram", href: "https://instagram.com/adamcoffeeshop"},
{
label: "Facebook",
href: "https://facebook.com/adamcoffeeshop",
},
label: "Facebook", href: "https://facebook.com/adamcoffeeshop"},
{
label: "Twitter",
href: "https://twitter.com/adamcoffeeshop",
},
label: "Twitter", href: "https://twitter.com/adamcoffeeshop"},
],
},
]}