diff --git a/src/app/page.tsx b/src/app/page.tsx index 701602a..b839c39 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, Coffee, Leaf, Users, Zap } from "lucide-react"; +import { Award, Coffee, Leaf, Users, Zap, MapPin, Phone, Globe, PartyPopper } from "lucide-react"; export default function LandingPage() { return ( @@ -29,26 +29,12 @@ export default function LandingPage() { + +
+ @@ -156,48 +87,8 @@ export default function LandingPage() { gridVariant="one-large-left-three-stacked-right" useInvertedBackground={false} products={[ - { - id: "1", - name: "Bee Signature Roast", - price: "$18.00", - variant: "Whole Bean", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-beans-cup-cutting-board_23-2148759290.jpg?_wi=1", - }, - { - id: "2", - name: "Velvet Latte", - price: "$5.50", - variant: "Hot Beverage", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-pouring-coffee-into-cup_23-2148420316.jpg?_wi=1", - }, - { - id: "3", - name: "Dark Forest Espresso", - price: "$4.00", - variant: "Single Shot", - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-cup-books_23-2148898270.jpg?_wi=1", - }, - { - id: "4", - name: "Cold Brew Reserve", - price: "$6.00", - variant: "Cold Beverage", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-table_23-2151899225.jpg?_wi=1", - }, - { - id: "5", - name: "Golden Cappuccino", - price: "$5.75", - variant: "Hot Beverage", - imageSrc: "http://img.b2bpic.net/free-photo/barista-pours-freshly-made-turkish-coffee-into-cup-closeup-professional-barista-prepares-coffee-by-hand-traditional-way-sand-selective-focus-space-text_166373-2978.jpg", - }, - { - id: "6", - name: "French Press Daily", - price: "$4.50", - variant: "Hot Beverage", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354576.jpg", - }, + { id: "1", name: "Bee Signature Roast", price: "$18.00", variant: "Whole Bean", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-beans-cup-cutting-board_23-2148759290.jpg?_wi=1" }, + { id: "2", name: "Velvet Latte", price: "$5.50", variant: "Hot Beverage", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-pouring-coffee-into-cup_23-2148420316.jpg?_wi=1" }, ]} title="Our Signature Brews" description="Discover our collection of ethically sourced, masterfully roasted coffee beans." @@ -208,63 +99,7 @@ export default function LandingPage() { @@ -273,23 +108,7 @@ export default function LandingPage() {
@@ -297,34 +116,7 @@ export default function LandingPage() {