Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fa52997e66 | |||
| 9093e0ddd8 | |||
| a49dc96b21 | |||
| 909a09e48b | |||
| 853e6103ac | |||
| 135876fc72 | |||
| e85eac86fd | |||
| bc2b3d241d | |||
| f6b5a15c0d | |||
| 8f29a36b53 | |||
| da4ec2f47c |
@@ -187,7 +187,6 @@ export default function CheckoutPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Place", id: "visit" }
|
||||
]}
|
||||
button={{ text: "Back to Shop", href: "/" }}
|
||||
|
||||
100
src/app/page.tsx
100
src/app/page.tsx
@@ -5,10 +5,9 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||
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, Clock, MapPin, Phone, Facebook, ShoppingCart } from 'lucide-react';
|
||||
import { Heart, Sparkles, Camera, Clock, MapPin, Phone, Facebook, ShoppingCart } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
const handlePhoneClick = () => {
|
||||
@@ -42,9 +41,7 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Place", id: "visit" },
|
||||
{ name: "Checkout", id: "checkout" }
|
||||
{ name: "Place", id: "visit" }
|
||||
]}
|
||||
button={{ text: "Order Now", href: "/checkout" }}
|
||||
/>
|
||||
@@ -123,109 +120,22 @@ export default function LandingPage() {
|
||||
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", "Generous Portions"],
|
||||
id: "artisanal-baking", title: "The best dessert", tags: ["", "", ""],
|
||||
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: "cozy-atmosphere", title: "Cozy Atmosphere", tags: ["Friendly Staff", "Community Vibe", "Perfect After Health Center"],
|
||||
id: "cozy-atmosphere", title: "Cozy Atmosphere", tags: ["", "", ""],
|
||||
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"
|
||||
buttons={[
|
||||
{ text: "Learn More", href: "#reviews" }
|
||||
{ text: "Learn More", href: "#visit" }
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
title="Google Maps Reviews - What Our Customers Love"
|
||||
description="Real reviews from Google Maps from our 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"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "lucia-acosta", name: "Lucia Acosta", role: "", company: "\"A welcoming atmosphere perfect after health center visits\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-sitting-coffee-shop_273609-2867.jpg?_wi=1", imageAlt: "Lucia Acosta"
|
||||
},
|
||||
{
|
||||
id: "nacho-h", name: "Nacho H", role: "", company: "\"Excellent coffee and Tres Leches cake!\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-laughing-showing-ok-sign_23-2148859417.jpg?_wi=1", imageAlt: "Nacho H"
|
||||
},
|
||||
{
|
||||
id: "simena-arias", name: "Simena Arias", role: "", company: "\"Outstanding quality and service\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-enjoying-cupcake_23-2148466342.jpg?_wi=1", imageAlt: "Simena Arias"
|
||||
},
|
||||
{
|
||||
id: "karina-boros", name: "Karina Boros", role: "", company: "\"The cinnamon rolls are divine!\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-kissing-her-wife-eating-kiwi-with-spoon_23-2147904407.jpg", imageAlt: "Karina Boros"
|
||||
},
|
||||
{
|
||||
id: "silvia-quesada", name: "Silvia Quesada", role: "", company: "\"Breakfast with salmon and cheese perfection\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-beautiful-woman-enjoying-party_23-2148946123.jpg", imageAlt: "Silvia Quesada"
|
||||
},
|
||||
{
|
||||
id: "guiomar-cas", name: "Guiomar Cas", role: "", company: "\"Love the Frapuccino and Palmeritas!\"", 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: "Guiomar Cas"
|
||||
},
|
||||
{
|
||||
id: "ingrid-bello", name: "Ingrid Bello", role: "", company: "\"Friendly staff and excellent toast quality\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-sitting-coffee-shop_273609-2867.jpg?_wi=2", imageAlt: "Ingrid Bello"
|
||||
},
|
||||
{
|
||||
id: "lola-nunez-prado", name: "Lola Núñez Prado", role: "", company: "\"Amazing coffee and bakery offerings!\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-laughing-showing-ok-sign_23-2148859417.jpg?_wi=2", imageAlt: "Lola Núñez Prado"
|
||||
},
|
||||
{
|
||||
id: "genesis-gonzalez", name: "genesis gonzalez", role: "", company: "\"Daniela and Maru provide excellent service!\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-enjoying-cupcake_23-2148466342.jpg?_wi=2", imageAlt: "genesis gonzalez"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "500+", label: "Happy Customers Monthly" },
|
||||
{ value: "95%", label: "Return Rate" },
|
||||
{ value: "15 Years", label: "Trusted Local Favorite" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
buttons={[
|
||||
{ text: "Leave a Review", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<FeatureCardTwentyThree
|
||||
title="Our Space"
|
||||
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"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
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", "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", "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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="visit-location" data-section="visit-location">
|
||||
<ContactSplitForm
|
||||
title="Visit Us Today"
|
||||
|
||||
Reference in New Issue
Block a user