diff --git a/src/app/page.tsx b/src/app/page.tsx index e46c3cb..0f15d4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -56,35 +46,22 @@ export default function LandingPage() {
@@ -97,17 +74,11 @@ export default function LandingPage() { description="At Leaf & Brew, we believe every cup tells a story. From hand-plucked leaves to our slow-steeped brewing process, we honor the traditional methods that make tea more than just a drink." bulletPoints={[ { - title: "Direct Trade", - description: "Sourced directly from organic farms.", - }, + title: "Direct Trade", description: "Sourced directly from organic farms."}, { - title: "Artisan Blends", - description: "Hand-crafted blends unique to our shop.", - }, + title: "Artisan Blends", description: "Hand-crafted blends unique to our shop."}, { - title: "Sustainable", - description: "Eco-friendly packaging and practices.", - }, + title: "Sustainable", description: "Eco-friendly packaging and practices."}, ]} imageSrc="http://img.b2bpic.net/free-photo/woman-holding-coffee-cup-medium-shot_23-2149647825.jpg" mediaAnimation="blur-reveal" @@ -122,47 +93,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Premium Sencha", - price: "$12.00", - variant: "Green", - imageSrc: "http://img.b2bpic.net/free-photo/asian-tea-set-with-herbal-boxes-green-backdrop_23-2147874173.jpg", - }, + id: "p1", name: "Premium Sencha", price: "$12.00", variant: "Green", imageSrc: "http://img.b2bpic.net/free-photo/asian-tea-set-with-herbal-boxes-green-backdrop_23-2147874173.jpg"}, { - id: "p2", - name: "Earl Grey Reserve", - price: "$14.00", - variant: "Black", - imageSrc: "http://img.b2bpic.net/free-photo/notebook-tea-cups-with-natural-herbs_23-2148555494.jpg", - }, + id: "p2", name: "Earl Grey Reserve", price: "$14.00", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/notebook-tea-cups-with-natural-herbs_23-2148555494.jpg"}, { - id: "p3", - name: "Herbal Harmony", - price: "$10.00", - variant: "Herbal", - imageSrc: "http://img.b2bpic.net/free-photo/green-tea-table_140725-8586.jpg", - }, + id: "p3", name: "Herbal Harmony", price: "$10.00", variant: "Herbal", imageSrc: "http://img.b2bpic.net/free-photo/green-tea-table_140725-8586.jpg"}, { - id: "p4", - name: "Ceremonial Matcha", - price: "$22.00", - variant: "Matcha", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-matcha-tea-concept-table_23-2148377595.jpg", - }, + id: "p4", name: "Ceremonial Matcha", price: "$22.00", variant: "Matcha", imageSrc: "http://img.b2bpic.net/free-photo/top-view-matcha-tea-concept-table_23-2148377595.jpg"}, { - id: "p5", - name: "Mountain Oolong", - price: "$18.00", - variant: "Oolong", - imageSrc: "http://img.b2bpic.net/free-photo/various-dried-leaves-bowl-towel-marble_114579-58318.jpg", - }, + id: "p5", name: "Mountain Oolong", price: "$18.00", variant: "Oolong", imageSrc: "http://img.b2bpic.net/free-photo/various-dried-leaves-bowl-towel-marble_114579-58318.jpg"}, { - id: "p6", - name: "White Needle Buds", - price: "$25.00", - variant: "White", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-fresh-green-tea-glass-teapot-ceremony-dark-background_1220-1754.jpg", - }, + id: "p6", name: "White Needle Buds", price: "$25.00", variant: "White", imageSrc: "http://img.b2bpic.net/free-photo/tasty-fresh-green-tea-glass-teapot-ceremony-dark-background_1220-1754.jpg"}, ]} title="Our Signature Collections" description="Explore our curated selection of premium teas." @@ -171,44 +112,20 @@ export default function LandingPage() {