diff --git a/src/app/page.tsx b/src/app/page.tsx index 28b33ce..bc84c6f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,9 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +// New imports for Experience section +import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; +import { Coffee, Award, Leaf, Wifi, Headphones, Chair, Sparkles, Music, Lightbulb } from 'lucide-react'; // Lucide icons export default function LandingPage() { return ( @@ -30,34 +33,24 @@ export default function LandingPage() { @@ -65,37 +58,26 @@ export default function LandingPage() {
+
+ + {/* New Experience Section */} +
+ +
+ + {/* New Signature Items Section */} +
+
@@ -128,53 +156,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "espresso", - name: "Espresso", - price: "$3.00", - variant: "Classic Shot", - imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458050.jpg", - imageAlt: "A shot of rich espresso", - }, + id: "espresso", name: "Espresso", price: "$3.00", variant: "Classic Shot", imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458050.jpg", imageAlt: "A shot of rich espresso"}, { - id: "latte", - name: "Latte", - price: "$5.50", - variant: "Creamy & Smooth", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-cookies_7502-5080.jpg", - imageAlt: "A latte with beautiful latte art", - }, + id: "latte", name: "Latte", price: "$5.50", variant: "Creamy & Smooth", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-cookies_7502-5080.jpg", imageAlt: "A latte with beautiful latte art"}, { - id: "cappuccino", - name: "Cappuccino", - price: "$5.00", - variant: "Frothy Perfection", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-cup-with-foam_23-2148311991.jpg", - imageAlt: "A cappuccino with dense foam", - }, + id: "cappuccino", name: "Cappuccino", price: "$5.00", variant: "Frothy Perfection", imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-cup-with-foam_23-2148311991.jpg", imageAlt: "A cappuccino with dense foam"}, { - id: "americano", - name: "Americano", - price: "$4.00", - variant: "Bold & Pure", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-agenda_23-2148879073.jpg", - imageAlt: "A hot americano in a glass", - }, + id: "americano", name: "Americano", price: "$4.00", variant: "Bold & Pure", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-agenda_23-2148879073.jpg", imageAlt: "A hot americano in a glass"}, { - id: "mocha", - name: "Mocha", - price: "$6.00", - variant: "Chocolatey Bliss", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-coffee-with-cream-sugar_23-2148463980.jpg", - imageAlt: "A mocha with whipped cream and chocolate drizzle", - }, + id: "mocha", name: "Mocha", price: "$6.00", variant: "Chocolatey Bliss", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-coffee-with-cream-sugar_23-2148463980.jpg", imageAlt: "A mocha with whipped cream and chocolate drizzle"}, { - id: "pastries", - name: "Fresh Pastries", - price: "$4.50", - variant: "Baked Daily", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-buns-such-as-sesame-patties-gogal-with-cup-tea-white-background_141793-51932.jpg", - imageAlt: "Assortment of fresh pastries", - }, + id: "pastries", name: "Fresh Pastries", price: "$4.50", variant: "Baked Daily", imageSrc: "http://img.b2bpic.net/free-photo/top-view-buns-such-as-sesame-patties-gogal-with-cup-tea-white-background_141793-51932.jpg", imageAlt: "Assortment of fresh pastries"}, ]} title="Our Signature Brews & Delights" description="Discover a selection of handcrafted coffees and delectable treats, made with the finest ingredients and passion." @@ -187,55 +179,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Sarah Johnson", - date: "March 2024", - title: "My Favorite Local Spot!", - quote: "Bean Scene Coffee is my absolute go-to for my morning latte. The baristas are so friendly, and the ambiance is just perfect for starting my day or catching up on work.", - tag: "Daily Regular", - avatarSrc: "http://img.b2bpic.net/free-photo/close-up-happy-woman-with-cup-coffee_23-2147925425.jpg", - avatarAlt: "Sarah Johnson", - }, + id: "1", name: "Sarah Johnson", date: "March 2024", title: "My Favorite Local Spot!", quote: "Bean Scene Coffee is my absolute go-to for my morning latte. The baristas are so friendly, and the ambiance is just perfect for starting my day or catching up on work.", tag: "Daily Regular", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-happy-woman-with-cup-coffee_23-2147925425.jpg", avatarAlt: "Sarah Johnson"}, { - id: "2", - name: "Michael Chen", - date: "February 2024", - title: "Best Espresso in Town", - quote: "As an espresso enthusiast, I can confidently say Bean Scene makes the best shot in the city. Rich, bold, and always perfectly pulled. Highly recommend!", - tag: "Coffee Connoisseur", - avatarSrc: "http://img.b2bpic.net/free-photo/businessman-coffee-shop_1150-6316.jpg", - avatarAlt: "Michael Chen", - }, + id: "2", name: "Michael Chen", date: "February 2024", title: "Best Espresso in Town", quote: "As an espresso enthusiast, I can confidently say Bean Scene makes the best shot in the city. Rich, bold, and always perfectly pulled. Highly recommend!", tag: "Coffee Connoisseur", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-coffee-shop_1150-6316.jpg", avatarAlt: "Michael Chen"}, { - id: "3", - name: "Emily Rodriguez", - date: "April 2024", - title: "Such a Cozy Atmosphere", - quote: "I love coming here to read and relax. The comfortable seating, soft music, and delicious pastries make it the perfect escape. Plus, their iced coffee is amazing!", - tag: "Relaxation Seeker", - avatarSrc: "http://img.b2bpic.net/free-photo/happy-brunette-woman-drinking-coffee-home-girl-with-pink-cup-sits-her-kitchen-enjoys_1258-199668.jpg", - avatarAlt: "Emily Rodriguez", - }, + id: "3", name: "Emily Rodriguez", date: "April 2024", title: "Such a Cozy Atmosphere", quote: "I love coming here to read and relax. The comfortable seating, soft music, and delicious pastries make it the perfect escape. Plus, their iced coffee is amazing!", tag: "Relaxation Seeker", avatarSrc: "http://img.b2bpic.net/free-photo/happy-brunette-woman-drinking-coffee-home-girl-with-pink-cup-sits-her-kitchen-enjoys_1258-199668.jpg", avatarAlt: "Emily Rodriguez"}, { - id: "4", - name: "David Kim", - date: "January 2024", - title: "Great Spot for Meetings", - quote: "Bean Scene has become my favorite place for casual business meetings. The coffee is great, and there's always a quiet corner to chat. Excellent Wi-Fi too!", - tag: "Entrepreneur", - avatarSrc: "http://img.b2bpic.net/free-photo/man-city-terrace-working-with-laptop_23-2148573048.jpg", - avatarAlt: "David Kim", - }, + id: "4", name: "David Kim", date: "January 2024", title: "Great Spot for Meetings", quote: "Bean Scene has become my favorite place for casual business meetings. The coffee is great, and there's always a quiet corner to chat. Excellent Wi-Fi too!", tag: "Entrepreneur", avatarSrc: "http://img.b2bpic.net/free-photo/man-city-terrace-working-with-laptop_23-2148573048.jpg", avatarAlt: "David Kim"}, { - id: "5", - name: "Jessica Lee", - date: "March 2024", - title: "Friendly Staff & Delicious Brews", - quote: "Every visit feels like coming home. The staff remembers my order, and their seasonal lattes are always a delightful surprise. Truly a gem!", - tag: "Community Member", - avatarSrc: "http://img.b2bpic.net/free-photo/person-reading-book-cafe_23-2150064762.jpg", - avatarAlt: "Jessica Lee", - }, + id: "5", name: "Jessica Lee", date: "March 2024", title: "Friendly Staff & Delicious Brews", quote: "Every visit feels like coming home. The staff remembers my order, and their seasonal lattes are always a delightful surprise. Truly a gem!", tag: "Community Member", avatarSrc: "http://img.b2bpic.net/free-photo/person-reading-book-cafe_23-2150064762.jpg", avatarAlt: "Jessica Lee"}, ]} title="What Our Customers Are Saying" description="Hear from the heart of our community about their favorite Bean Scene moments." @@ -248,25 +200,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "What are your operating hours?", - content: "We're open Monday to Friday from 7 AM to 6 PM, and Saturday to Sunday from 8 AM to 5 PM. Come visit us!", - }, + id: "1", title: "What are your operating hours?", content: "We're open Monday to Friday from 7 AM to 6 PM, and Saturday to Sunday from 8 AM to 5 PM. Come visit us!"}, { - id: "2", - title: "Do you offer Wi-Fi?", - content: "Yes, we provide complimentary high-speed Wi-Fi for all our customers. Feel free to work, study, or browse while enjoying your coffee.", - }, + id: "2", title: "Do you offer Wi-Fi?", content: "Yes, we provide complimentary high-speed Wi-Fi for all our customers. Feel free to work, study, or browse while enjoying your coffee."}, { - id: "3", - title: "Can I order online for pickup?", - content: "Currently, we do not offer online ordering, but we are working on it! Please visit our shop to place your order.", - }, + id: "3", title: "Can I order online for pickup?", content: "Currently, we do not offer online ordering, but we are working on it! Please visit our shop to place your order."}, { - id: "4", - title: "Do you have vegan or gluten-free options?", - content: "Yes, we offer a selection of dairy-free milk alternatives and a variety of delicious vegan and gluten-free pastries. Please ask our staff for today's specials.", - }, + id: "4", title: "Do you have vegan or gluten-free options?", content: "Yes, we offer a selection of dairy-free milk alternatives and a variety of delicious vegan and gluten-free pastries. Please ask our staff for today's specials."}, ]} title="Frequently Asked Questions" description="Got questions? We've got answers. Find more information about Bean Scene Coffee here." @@ -278,18 +218,13 @@ export default function LandingPage() { @@ -298,16 +233,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index ee8d361..41d74f9 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f6f0e9; - --card: #efe7dd; - --foreground: #2b180a; - --primary-cta: #2b180a; - --primary-cta-text: #f6f0e9; - --secondary-cta: #efe7dd; - --secondary-cta-text: #2b180a; - --accent: #94877c; - --background-accent: #afa094; + --background: #121212; + --card: #292929; + --foreground: #f5f0e9; + --primary-cta: #d4af37; + --primary-cta-text: #121212; + --secondary-cta: #718c8d; + --secondary-cta-text: #f5f0e9; + --accent: #d4af37; + --background-accent: #3d4a4b; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);