diff --git a/src/app/page.tsx b/src/app/page.tsx index c7d4360..923b354 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 { Zap, Coffee, Users, Heart } from "lucide-react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterCard from '@/components/sections/footer/FooterCard'; @@ -30,22 +31,10 @@ export default function LandingPage() { @@ -167,30 +84,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Artisanal Coffee", - description: "Expertly crafted V60, pour-overs, and perfectly textured lattes.", - imageSrc: "http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-pour_176420-55133.jpg?_wi=2", - buttonIcon: "Zap", - }, - { - title: "Handmade Treats", - description: "Freshly baked cakes and our legendary tiramisu, made daily.", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-tiramisu_23-2151940369.jpg?_wi=2", - buttonIcon: "Coffee", - }, - { - title: "Community Vibes", - description: "Board games, music, and a space where strangers become friends.", - imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-friends-looking-each-other-while-sipping-beer-playing-with-wood-blocks-diverse-people-sitting-together-home-living-room-while-talking-enjoying-fun-leisure-activity_482257-49808.jpg?_wi=2", - buttonIcon: "Users", - }, - { - title: "Warm Hospitality", - description: "Yash, Lily, Sana, and Rachel treat every guest like a long-time regular.", - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-enjoying-time-together_23-2148395314.jpg?_wi=2", - buttonIcon: "Heart", - }, + { title: "Artisanal Coffee", description: "Expertly crafted V60, pour-overs, and perfectly textured lattes.", imageSrc: "http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-pour_176420-55133.jpg", buttonIcon: Zap }, + { title: "Handmade Treats", description: "Freshly baked cakes and our legendary tiramisu, made daily.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-tiramisu_23-2151940369.jpg", buttonIcon: Coffee }, + { title: "Community Vibes", description: "Board games, music, and a space where strangers become friends.", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-friends-looking-each-other-while-sipping-beer-playing-with-wood-blocks-diverse-people-sitting-together-home-living-room-while-talking-enjoying-fun-leisure-activity_482257-49808.jpg", buttonIcon: Users }, + { title: "Warm Hospitality", description: "Yash, Lily, Sana, and Rachel treat every guest like a long-time regular.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-enjoying-time-together_23-2148395314.jpg", buttonIcon: Heart }, ]} title="Why Our Regulars Love Us" description="From slow-brewed specialty beans to our resident mascot, here's the FUKU experience." @@ -204,42 +101,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "1", - name: "Signature Pour Over", - price: "₹220", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-process-coffee-shop_23-2148366576.jpg?_wi=1", - }, - { - id: "2", - name: "Velvet Cortado", - price: "₹180", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-barista-wearing-face-mask_23-2148892847.jpg?_wi=1", - }, - { - id: "3", - name: "Legendary Tiramisu", - price: "₹250", - imageSrc: "http://img.b2bpic.net/free-photo/cups-drink-blue_114579-29106.jpg?_wi=1", - }, - { - id: "4", - name: "Classic Latte", - price: "₹200", - imageSrc: "http://img.b2bpic.net/free-photo/man-hands-working-with-coffee-machine-restaurant-close-up-barista-hands-preparing-making-coffee-coffee-shop_574295-514.jpg?_wi=1", - }, - { - id: "5", - name: "Artisan Cake Slice", - price: "₹190", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-biscuits-with-cups-coffee-dark-background-cookie-sweet-tea-couple-love-cake-morning-color_140725-157752.jpg?_wi=1", - }, - { - id: "6", - name: "Cold Brew Special", - price: "₹210", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-barista-making-latte-art_53876-30680.jpg", - }, + { id: "1", name: "Signature Pour Over", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-process-coffee-shop_23-2148366576.jpg" }, + { id: "2", name: "Velvet Cortado", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-barista-wearing-face-mask_23-2148892847.jpg" }, + { id: "3", name: "Legendary Tiramisu", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/cups-drink-blue_114579-29106.jpg" }, + { id: "4", name: "Classic Latte", price: "₹200", imageSrc: "http://img.b2bpic.net/free-photo/man-hands-working-with-coffee-machine-restaurant-close-up-barista-hands-preparing-making-coffee-coffee-shop_574295-514.jpg" }, + { id: "5", name: "Artisan Cake Slice", price: "₹190", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-biscuits-with-cups-coffee-dark-background-cookie-sweet-tea-couple-love-cake-morning-color_140725-157752.jpg" }, + { id: "6", name: "Cold Brew Special", price: "₹210", imageSrc: "http://img.b2bpic.net/free-photo/closeup-barista-making-latte-art_53876-30680.jpg" }, ]} title="Our Signature Brews & Bites" description="Small-batch offerings crafted with passion." @@ -249,28 +116,13 @@ export default function LandingPage() {