Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 33f9d0180b | |||
| 9a4f246016 | |||
| 18284e09b7 | |||
| 142497eedb | |||
| d53cf7da60 | |||
| 263e87b734 | |||
| 952da54721 | |||
| a7c5892cd8 | |||
| fc76992da8 | |||
| 2a26af8ce7 | |||
| 6ab1c42b08 | |||
| d9ea243858 | |||
| 235d478eca |
113
src/app/page.tsx
113
src/app/page.tsx
@@ -8,9 +8,17 @@ import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwe
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { Heart, Sparkles, Star, Camera } from 'lucide-react';
|
||||
import { Heart, Sparkles, Star, Camera, Clock, MapPin, Phone, Facebook } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
const handlePhoneClick = () => {
|
||||
window.location.href = 'tel:628984413';
|
||||
};
|
||||
|
||||
const handleFacebookClick = () => {
|
||||
window.open('https://facebook.com', '_blank');
|
||||
};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
@@ -31,7 +39,7 @@ export default function LandingPage() {
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Visit", id: "visit" }
|
||||
{ name: "Place", id: "visit" }
|
||||
]}
|
||||
button={{ text: "Order Now", href: "#contact" }}
|
||||
/>
|
||||
@@ -40,10 +48,10 @@ export default function LandingPage() {
|
||||
<div id="hero-section" data-section="hero-section">
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="Fans Coffee & Bakery"
|
||||
description=""
|
||||
description="Premium Coffee & Artisanal Bakery | Calle del Dr. Esquerdo 180, Retiro Madrid | Near Pacífico Metro | €1-10"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
buttons={[
|
||||
{ text: "Explore Our Menu", href: "#menu" },
|
||||
{ text: "Order Online", href: "#order" },
|
||||
{ text: "Get Directions", href: "#visit" }
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
@@ -59,7 +67,7 @@ export default function LandingPage() {
|
||||
<div id="signature-products" data-section="signature-products">
|
||||
<ProductCardThree
|
||||
title="Our Signature Favorites"
|
||||
description=""
|
||||
description="Enjoy authentic flavors from €2.50–€6.50. Discover our most loved items: premium coffee drinks, fresh pastries, and artisanal baked goods that keep our customers coming back."
|
||||
tag="Most Loved"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="opacity"
|
||||
@@ -67,21 +75,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "tres-leches", name: "Tarta tres leches", price: "€6.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJRpdoUBlhmoBlz25LKt9jMJl/uploaded-1773500286117-4ambvo9k.png", imageAlt: "Tres Leches cake slice", initialQuantity: 1
|
||||
id: "tres-leches", name: "Tarta Tres Leches", price: "€6.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJRpdoUBlhmoBlz25LKt9jMJl/uploaded-1773500286117-4ambvo9k.png", imageAlt: "Tres Leches cake slice - our signature dessert", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "cinnamon-roll", name: "Cinnamon Roll", price: "€4.50", imageSrc: "http://img.b2bpic.net/free-photo/traditional-cinnamon-rolls-dough-preparation-homemade-sweet-rolls_127032-2506.jpg", imageAlt: "Fresh cinnamon roll with frosting", initialQuantity: 1
|
||||
id: "palmeritas", name: "Palmeritas", price: "€3.00", imageSrc: "http://img.b2bpic.net/free-photo/traditional-cinnamon-rolls-dough-preparation-homemade-sweet-rolls_127032-2506.jpg?_wi=1", imageAlt: "Crispy Palmeritas pastry", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "specialty-coffee", name: "Frappuccino de galleta ", price: "€3.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJRpdoUBlhmoBlz25LKt9jMJl/uploaded-1773500356599-f2pk6pu9.png", imageAlt: "Espresso drink with latte art", initialQuantity: 1
|
||||
id: "cinnamon-roll", name: "Cinnamon Roll", price: "€4.50", imageSrc: "http://img.b2bpic.net/free-photo/traditional-cinnamon-rolls-dough-preparation-homemade-sweet-rolls_127032-2506.jpg?_wi=2", imageAlt: "Fresh cinnamon roll with frosting", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "breakfast-toast", name: "Tostada con salmón", price: "€5.00", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-toast-vegetables-breakfast_23-2148574563.jpg", imageAlt: "Artisanal toast with premium toppings", initialQuantity: 1
|
||||
id: "specialty-coffee", name: "Frappuccino de Galleta", price: "€3.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJRpdoUBlhmoBlz25LKt9jMJl/uploaded-1773500356599-f2pk6pu9.png?_wi=1", imageAlt: "Specialty coffee drink with latte art", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "breakfast-toast", name: "Tostada con Jamón y Tomate", price: "€5.00", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-toast-vegetables-breakfast_23-2148574563.jpg", imageAlt: "Breakfast toast with tomato and ham", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "coffee-drinks", name: "Premium Coffee Drinks", price: "€2.50-€4.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJRpdoUBlhmoBlz25LKt9jMJl/uploaded-1773500356599-f2pk6pu9.png?_wi=2", imageAlt: "Selection of specialty coffee drinks", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
buttons={[
|
||||
{ text: "Order Now", href: "#order" },
|
||||
{ text: "View Full Menu", href: "#menu" }
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
@@ -91,7 +106,7 @@ export default function LandingPage() {
|
||||
<div id="why-fans" data-section="why-fans">
|
||||
<FeatureCardTwentyThree
|
||||
title="Why Fans Coffee & Bakery"
|
||||
description="More than just coffee and pastries – it's a neighborhood gathering place where quality meets warmth."
|
||||
description="More than just coffee and pastries – we're a cozy neighborhood gathering place near Pacífico metro where exceptional quality meets genuine warmth. Beloved by locals for our excellent coffee, generous portions, and welcoming atmosphere."
|
||||
tag="What Makes Us Special"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="opacity"
|
||||
@@ -99,16 +114,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "exceptional-coffee", title: "Exceptional Coffee", tags: ["Premium Beans", "Expert Brewing"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-working-as-barista-making-coffee-restaurant-barista-apron-white-shirt-standing-with-cup-coffee-his-workplace-coffee-shop_574295-4957.jpg", imageAlt: "Barista preparing espresso"
|
||||
id: "exceptional-coffee", title: "Excellent Coffee", tags: ["Premium Beans", "Expert Brewing", "Specialty Drinks"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-working-as-barista-making-coffee-restaurant-barista-apron-white-shirt-standing-with-cup-coffee-his-workplace-coffee-shop_574295-4957.jpg", imageAlt: "Barista preparing espresso with expertise"
|
||||
},
|
||||
{
|
||||
id: "artisanal-baking", title: "Artisanal Baking", tags: ["Daily Fresh", "Homemade Recipes"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-caramel-vanilla-cupcakes-with-cream-chocolate-decoration-copyspace-food-eating-sugar-sweet-concept_7502-5464.jpg", imageAlt: "Pastry display"
|
||||
id: "artisanal-baking", title: "Artisanal Baking", tags: ["Daily Fresh", "Homemade Recipes", "Generous Portions"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-caramel-vanilla-cupcakes-with-cream-chocolate-decoration-copyspace-food-eating-sugar-sweet-concept_7502-5464.jpg", imageAlt: "Fresh pastries and cakes display"
|
||||
},
|
||||
{
|
||||
id: "warm-service", title: "Warm Service", tags: ["Friendly Staff", "Community Vibe"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg", imageAlt: "Café interior"
|
||||
id: "cozy-atmosphere", title: "Cozy Atmosphere", tags: ["Friendly Staff", "Community Vibe", "Perfect After Health Center"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg", imageAlt: "Warm and welcoming café interior"
|
||||
}
|
||||
]}
|
||||
animationType="opacity"
|
||||
@@ -122,7 +137,7 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
title="What Our Customers Love"
|
||||
description="Real words from real neighbors who make Fans part of their daily routine."
|
||||
description="Real words from neighbors who visit us regularly for exceptional coffee, fresh pastries, and our warm, welcoming atmosphere near Pacífico metro."
|
||||
tag="Customer Reviews"
|
||||
tagIcon={Star}
|
||||
tagAnimation="opacity"
|
||||
@@ -130,27 +145,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "review-1", name: "María García", role: "Regular Customer", company: "Madrid Local", rating: 5,
|
||||
id: "review-1", name: "María García", role: "Regular Customer", company: "\"Excellent coffee and generous portions!\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-sitting-coffee-shop_273609-2867.jpg", imageAlt: "María García"
|
||||
},
|
||||
{
|
||||
id: "review-2", name: "Carlos López", role: "Coffee Enthusiast", company: "Pacífico Neighborhood", rating: 5,
|
||||
id: "review-2", name: "Carlos López", role: "Coffee Enthusiast", company: "\"Best specialty drinks in the neighborhood\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-laughing-showing-ok-sign_23-2148859417.jpg", imageAlt: "Carlos López"
|
||||
},
|
||||
{
|
||||
id: "review-3", name: "Ana Martín", role: "Pastry Lover", company: "Weekend Visitor", rating: 5,
|
||||
id: "review-3", name: "Ana Martín", role: "Pastry Lover", company: "\"The Tres Leches is incredible!\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-enjoying-cupcake_23-2148466342.jpg", imageAlt: "Ana Martín"
|
||||
},
|
||||
{
|
||||
id: "review-4", name: "Diego Ruiz", role: "Breakfast Regular", company: "Morning Commuter", rating: 5,
|
||||
id: "review-4", name: "Diego Ruiz", role: "Breakfast Regular", company: "\"Perfect spot before work!\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-kissing-her-wife-eating-kiwi-with-spoon_23-2147904407.jpg", imageAlt: "Diego Ruiz"
|
||||
},
|
||||
{
|
||||
id: "review-5", name: "Elena Fernández", role: "Cake Specialist", company: "Madrid Birthday Planner", rating: 5,
|
||||
id: "review-5", name: "Elena Fernández", role: "Cake Specialist", company: "\"Best cakes in Madrid!\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-beautiful-woman-enjoying-party_23-2148946123.jpg", imageAlt: "Elena Fernández"
|
||||
},
|
||||
{
|
||||
id: "review-6", name: "Roberto Sánchez", role: "Comfort Seeker", company: "Post-Hospital Visitor", rating: 5,
|
||||
id: "review-6", name: "Roberto Sánchez", role: "Post-Visit Comfort Seeker", company: "\"Cozy place to relax and recover\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-student-casual-t-shirt-trendy-hat-listening-new-album-his-favourite-artist-earphones-using-online-music-app-cell-phone_273609-1964.jpg", imageAlt: "Roberto Sánchez"
|
||||
}
|
||||
]}
|
||||
@@ -170,7 +185,7 @@ export default function LandingPage() {
|
||||
<div id="gallery" data-section="gallery">
|
||||
<FeatureCardTwentyThree
|
||||
title="Our Space"
|
||||
description="A cozy corner near Pacífico where comfort meets elegance in every detail."
|
||||
description="A cozy corner near Pacífico metro where comfort meets elegance in every detail. The perfect gathering place for coffee, pastries, and meaningful moments."
|
||||
tag="Gallery"
|
||||
tagIcon={Camera}
|
||||
tagAnimation="opacity"
|
||||
@@ -178,16 +193,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "interior-warm", title: "Warm Interior", tags: ["Cozy Seating", "Perfect Ambiance"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceiling-lamps_1203-791.jpg", imageAlt: "Warm café interior"
|
||||
id: "interior-warm", title: "Warm Interior", tags: ["Cozy Seating", "Perfect Ambiance", "Welcoming"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceiling-lamps_1203-791.jpg", imageAlt: "Warm and inviting café interior"
|
||||
},
|
||||
{
|
||||
id: "pastry-showcase", title: "Pastry Display", tags: ["Daily Fresh", "Premium Quality"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-aged-couple-love-home_23-2147986279.jpg", imageAlt: "Pastry showcase"
|
||||
id: "pastry-showcase", title: "Pastry Display", tags: ["Daily Fresh", "Premium Quality", "Artisanal"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-aged-couple-love-home_23-2147986279.jpg", imageAlt: "Beautiful pastry and cake showcase"
|
||||
},
|
||||
{
|
||||
id: "coffee-bar", title: "Coffee Bar", tags: ["Expert Baristas", "Specialty Drinks"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-coffee-shop-holding-cup-by-counter_1303-29323.jpg", imageAlt: "Coffee bar"
|
||||
id: "coffee-bar", title: "Coffee Bar", tags: ["Expert Baristas", "Specialty Drinks", "Premium Equipment"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-coffee-shop-holding-cup-by-counter_1303-29323.jpg", imageAlt: "Professional coffee bar with expert barista"
|
||||
}
|
||||
]}
|
||||
animationType="opacity"
|
||||
@@ -196,10 +211,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="visit-location" data-section="visit-location">
|
||||
<ContactSplitForm
|
||||
title="Visit Us"
|
||||
description="Conveniently located near Pacífico metro. Stop by for your next coffee, cake, or breakfast."
|
||||
title="Visit Us Today"
|
||||
description="Located at Calle del Dr. Esquerdo 180, Retiro Madrid, conveniently near Pacífico metro. Perfect for ordering online, eating in, takeaway, or delivery. Open Mon-Fri 7am-8pm, Sat-Sun 8am-9pm. Call us at 628 98 44 13 or find us on Facebook."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-study-map-drinking-coffee-street-cafe-redhead-happy-girl-travel-canary-islands-looking-new-place-visit-sunny-day_1217-1756.jpg"
|
||||
imageAlt="Fans Coffee & Bakery location on map"
|
||||
imageAlt="Location map near Pacífico metro"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
useInvertedBackground={false}
|
||||
@@ -207,8 +222,8 @@ export default function LandingPage() {
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true }
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Tell us what brings you in...", rows: 4 }}
|
||||
buttonText="Get Directions"
|
||||
textarea={{ name: "message", placeholder: "Tell us what brings you in (Dine-in, Takeaway, or Delivery)...", rows: 4 }}
|
||||
buttonText="Reserve / Order"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -217,30 +232,30 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Menu", items: [
|
||||
{ label: "Coffee", href: "#menu" },
|
||||
{ label: "Pastries", href: "#menu" },
|
||||
{ label: "Cakes", href: "#menu" },
|
||||
{ label: "Breakfast", href: "#menu" }
|
||||
{ label: "Coffee Drinks", href: "#menu" },
|
||||
{ label: "Pastries & Cakes", href: "#menu" },
|
||||
{ label: "Tres Leches", href: "#menu" },
|
||||
{ label: "Breakfast Toasts", href: "#menu" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "About", items: [
|
||||
{ label: "Our Story", href: "#about" },
|
||||
{ label: "Quality Promise", href: "#why-fans" },
|
||||
{ label: "Community", href: "#reviews" },
|
||||
{ label: "Careers", href: "#" }
|
||||
title: "Visit", items: [
|
||||
{ label: "Calle del Dr. Esquerdo 180, Retiro", href: "#visit" },
|
||||
{ label: "Near Pacífico Metro", href: "#visit" },
|
||||
{ label: "Mon-Fri 7am-8pm", href: "#" },
|
||||
{ label: "Sat-Sun 8am-9pm", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Pacífico, Madrid", href: "#visit" },
|
||||
{ label: "Mon-Fri 7am-8pm", href: "#" },
|
||||
{ label: "Sat-Sun 8am-9pm", href: "#" },
|
||||
{ label: "Instagram", href: "#" }
|
||||
{ label: "Phone: 628 98 44 13", href: "tel:628984413" },
|
||||
{ label: "Order Online", href: "#order" },
|
||||
{ label: "Dine-In | Takeaway | Delivery", href: "#visit" },
|
||||
{ label: "Follow on Facebook", href: "https://facebook.com" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2025 Fans Coffee & Bakery. All rights reserved."
|
||||
copyrightText="© 2025 Fans Coffee & Bakery. All rights reserved. Quality Coffee & Artisanal Bakery near Pacífico, Madrid."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user