diff --git a/src/app/page.tsx b/src/app/page.tsx index 22bd296..6b7ef52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Coffee, Heart, Zap } from "lucide-react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterSimple from '@/components/sections/footer/FooterSimple'; @@ -29,21 +30,13 @@ export default function LandingPage() { @@ -52,62 +45,39 @@ export default function LandingPage() {
@@ -117,7 +87,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Rooted in Passion" description="We believe coffee is more than just a drink; it's a ritual. Our beans are ethically sourced from the world's finest regions and roasted in small batches to ensure unparalleled flavor profiles." - imageSrc="http://img.b2bpic.net/free-photo/group-friends-meeting-restaurant_23-2148395317.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/group-friends-meeting-restaurant_23-2148395317.jpg" /> @@ -127,22 +97,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Specialty Brews", - description: "Single-origin beans curated for the true coffee enthusiast.", - imageSrc: "http://img.b2bpic.net/free-photo/two-big-hermetic-packages-with-blank-labels-near-transparent-glass-with-raw-sampled-coffee-beans_346278-410.jpg?_wi=1", - buttonIcon: "Coffee", + title: "Specialty Brews", description: "Single-origin beans curated for the true coffee enthusiast.", imageSrc: "http://img.b2bpic.net/free-photo/two-big-hermetic-packages-with-blank-labels-near-transparent-glass-with-raw-sampled-coffee-beans_346278-410.jpg", buttonIcon: Coffee, }, { - title: "Craft Lattes", - description: "Hand-poured milk with a master's touch, every time.", - imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-mix-latte-coffee-art_1232-2146.jpg?_wi=1", - buttonIcon: "Heart", + title: "Craft Lattes", description: "Hand-poured milk with a master's touch, every time.", imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-mix-latte-coffee-art_1232-2146.jpg", buttonIcon: Heart, }, { - title: "Cozy Atmosphere", - description: "Designed for conversation, reflection, and quiet moments.", - imageSrc: "http://img.b2bpic.net/free-photo/therapy-session-where-teenager-discusses-her-struggles-with-anxiety_482257-113011.jpg?_wi=1", - buttonIcon: "Zap", + title: "Cozy Atmosphere", description: "Designed for conversation, reflection, and quiet moments.", imageSrc: "http://img.b2bpic.net/free-photo/therapy-session-where-teenager-discusses-her-struggles-with-anxiety_482257-113011.jpg", buttonIcon: Zap, }, ]} title="Artisan Selections" @@ -156,60 +117,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Jane Doe", - date: "Oct 2023", - title: "Coffee Expert", - quote: "The best brew I've had in years.", - tag: "Regular", - avatarSrc: "http://img.b2bpic.net/free-photo/charming-relaxed-female-with-positive-smile-sits-terrace-cafe_273609-2522.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-machine-making-perfect-cup-coffee_23-2151699649.jpg?_wi=2", - imageAlt: "cozy cafe interior espresso bar", - }, + id: "1", name: "Jane Doe", date: "Oct 2023", title: "Coffee Expert", quote: "The best brew I've had in years.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/charming-relaxed-female-with-positive-smile-sits-terrace-cafe_273609-2522.jpg", imageSrc: "http://img.b2bpic.net/free-photo/coffee-machine-making-perfect-cup-coffee_23-2151699649.jpg", imageAlt: "cozy cafe interior espresso bar"}, { - id: "2", - name: "John Smith", - date: "Sept 2023", - title: "Designer", - quote: "Perfect spot to work and relax.", - tag: "Regular", - avatarSrc: "http://img.b2bpic.net/free-photo/young-smiling-man-typing-computer-while-browsing-internet-drinking-coffee-bar_637285-2064.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-meeting-restaurant_23-2148395317.jpg?_wi=2", - imageAlt: "barista brewing fresh craft coffee", - }, + id: "2", name: "John Smith", date: "Sept 2023", title: "Designer", quote: "Perfect spot to work and relax.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/young-smiling-man-typing-computer-while-browsing-internet-drinking-coffee-bar_637285-2064.jpg", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-meeting-restaurant_23-2148395317.jpg", imageAlt: "barista brewing fresh craft coffee"}, { - id: "3", - name: "Emily R.", - date: "Aug 2023", - title: "Writer", - quote: "Exceptional latte art and service.", - tag: "VIP", - avatarSrc: "http://img.b2bpic.net/free-photo/pretty-girl-oversize-sweater-warming-up-cold-autumn-day-having-coffee-holding-large-mug-smiling-joyfully-attractive-young-female-with-hair-knot-relaxing-home-with-cup-tea_343059-3041.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/two-big-hermetic-packages-with-blank-labels-near-transparent-glass-with-raw-sampled-coffee-beans_346278-410.jpg?_wi=2", - imageAlt: "specialty coffee beans selection", - }, + id: "3", name: "Emily R.", date: "Aug 2023", title: "Writer", quote: "Exceptional latte art and service.", tag: "VIP", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-girl-oversize-sweater-warming-up-cold-autumn-day-having-coffee-holding-large-mug-smiling-joyfully-attractive-young-female-with-hair-knot-relaxing-home-with-cup-tea_343059-3041.jpg", imageSrc: "http://img.b2bpic.net/free-photo/two-big-hermetic-packages-with-blank-labels-near-transparent-glass-with-raw-sampled-coffee-beans_346278-410.jpg", imageAlt: "specialty coffee beans selection"}, { - id: "4", - name: "Mark L.", - date: "July 2023", - title: "Entrepreneur", - quote: "My daily caffeine sanctuary.", - tag: "Regular", - avatarSrc: "http://img.b2bpic.net/free-photo/man-suit_1321-1138.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-mix-latte-coffee-art_1232-2146.jpg?_wi=2", - imageAlt: "latte art professional barista", - }, + id: "4", name: "Mark L.", date: "July 2023", title: "Entrepreneur", quote: "My daily caffeine sanctuary.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/man-suit_1321-1138.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-mix-latte-coffee-art_1232-2146.jpg", imageAlt: "latte art professional barista"}, { - id: "5", - name: "Sarah P.", - date: "June 2023", - title: "Artist", - quote: "Love the vibe and the beans.", - tag: "VIP", - avatarSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-young-happy-pretty-girl-explore-city-look-away-with-pleased-cheerful-face-drinking-coffee-takeaway-cup-from-favorite-local-cafe-walking-street-fresh-air-enjoy-spring_197531-30594.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/therapy-session-where-teenager-discusses-her-struggles-with-anxiety_482257-113011.jpg?_wi=2", - imageAlt: "minimalist cafe seating design", - }, + id: "5", name: "Sarah P.", date: "June 2023", title: "Artist", quote: "Love the vibe and the beans.", tag: "VIP", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-young-happy-pretty-girl-explore-city-look-away-with-pleased-cheerful-face-drinking-coffee-takeaway-cup-from-favorite-local-cafe-walking-street-fresh-air-enjoy-spring_197531-30594.jpg", imageSrc: "http://img.b2bpic.net/free-photo/therapy-session-where-teenager-discusses-her-struggles-with-anxiety_482257-113011.jpg", imageAlt: "minimalist cafe seating design"}, ]} title="A Community Favorite" description="Loved by locals, cherished by coffee lovers everywhere." @@ -220,8 +136,7 @@ export default function LandingPage() {