diff --git a/src/app/page.tsx b/src/app/page.tsx index 0148ed3..0dc6466 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,26 +28,11 @@ export default function LandingPage() { @@ -99,18 +61,9 @@ export default function LandingPage() { title="Quality on Ice" description="At Kafeiin, we believe greatness is in the details. Every drink is meticulously measured and pre-batched to perfection, ensuring a consistent, luxurious experience every single time." bulletPoints={[ - { - title: "5.0 Rating", - description: "Consistently rated top-tier by our community.", - }, - { - title: "Rapid Service", - description: "Your perfect drink in 5–8 minutes.", - }, - { - title: "Artisanal Method", - description: "Pre-batched cold perfection.", - }, + { title: "5.0 Rating", description: "Consistently rated top-tier by our community." }, + { title: "Rapid Service", description: "Your perfect drink in 5–8 minutes." }, + { title: "Artisanal Method", description: "Pre-batched cold perfection." } ]} imageSrc="http://img.b2bpic.net/free-photo/man-apron-working-coffee-machine_23-2148366642.jpg" mediaAnimation="blur-reveal" @@ -124,42 +77,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "m1", - name: "Signature Matcha", - price: "$6.50", - imageSrc: "http://img.b2bpic.net/free-photo/girl-holds-hot-latte-with-froth_140725-7025.jpg?_wi=2", - }, - { - id: "m2", - name: "Deep Espresso", - price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-while-drinking-smoothie_1157-2121.jpg?_wi=2", - }, - { - id: "m3", - name: "Iced Chai Tea", - price: "$5.50", - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-milkshake-glass-topped-with-whipped-cream-chocolate_140725-1320.jpg?_wi=2", - }, - { - id: "m4", - name: "Matcha Latte", - price: "$6.00", - imageSrc: "http://img.b2bpic.net/free-photo/iced-green-tea_1388-603.jpg?_wi=2", - }, - { - id: "m5", - name: "Americano", - price: "$4.00", - imageSrc: "http://img.b2bpic.net/free-photo/view-cocktail-beverage-glass-with-abstract-neo-futuristic-set_23-2150938338.jpg?_wi=2", - }, - { - id: "m6", - name: "Specialty Tea", - price: "$5.00", - imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-macaroon_140725-7521.jpg?_wi=2", - }, + { id: "m1", name: "Signature Matcha", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/girl-holds-hot-latte-with-froth_140725-7025.jpg" }, + { id: "m2", name: "Deep Espresso", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-while-drinking-smoothie_1157-2121.jpg" }, + { id: "m3", name: "Iced Chai Tea", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-milkshake-glass-topped-with-whipped-cream-chocolate_140725-1320.jpg" }, + { id: "m4", name: "Matcha Latte", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/iced-green-tea_1388-603.jpg" }, + { id: "m5", name: "Americano", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/view-cocktail-beverage-glass-with-abstract-neo-futuristic-set_23-2150938338.jpg" }, + { id: "m6", name: "Specialty Tea", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-macaroon_140725-7521.jpg" } ]} title="Signature Menu" description="Explore our expertly curated selection of Matcha, Coffee, and Tea." @@ -168,44 +91,15 @@ export default function LandingPage() {
); -} +} \ No newline at end of file