diff --git a/src/app/page.tsx b/src/app/page.tsx index ac33cbb..15c2af6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,26 +30,10 @@ export default function LandingPage() { @@ -181,45 +71,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "1", - name: "Freshly Fried Malasada", - price: "$3.50", - imageSrc: "http://img.b2bpic.net/free-photo/donut_1339-4550.jpg", - }, - { - id: "2", - name: "Artisan Butter Cookie", - price: "$2.00", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-beans-cup_23-2148759289.jpg", - }, - { - id: "3", - name: "Pour-over Coffee", - price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/view-baked-cookies-done-by-vegan-bakery_23-2150195110.jpg", - }, - { - id: "4", - name: "Matcha Latte", - price: "$5.00", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-coffee-seeds-inside-plastic-cup-brown-table_140725-26682.jpg", - }, - { - id: "5", - name: "Choco Chunk Cookie", - price: "$2.50", - imageSrc: "http://img.b2bpic.net/free-photo/crispy-butter-cookies-with-sugar-powder-wooden-platter_114579-61793.jpg", - }, - { - id: "6", - name: "Iced Americano", - price: "$4.00", - imageSrc: "http://img.b2bpic.net/free-photo/cake-with-walnuts-prunes-dried-apricots-dark-wood-background_505751-5234.jpg", - }, + { id: "1", name: "Hand-Fried Malasadas", price: "Varied", imageSrc: "http://img.b2bpic.net/free-photo/donut_1339-4550.jpg" }, + { id: "2", name: "Fresh Artisan Cookies", price: "Varied", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-beans-cup_23-2148759289.jpg" }, + { id: "3", name: "Signature Coffee", price: "Varied", imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-coffee-seeds-inside-plastic-cup-brown-table_140725-26682.jpg" } ]} - title="Our Signature Treats" - description="Discover our variety of fresh snacks and drinks prepared daily." + title="Our Daily Treats" + description="Freshly prepared throughout the day and night." /> @@ -228,169 +85,34 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Free High-Speed Wi-Fi", - description: "Seamless connectivity for all your browsing and work needs.", - tag: "Essentials", - imageSrc: "http://img.b2bpic.net/free-photo/hot-cappuccino-coffee-coffee-shop-wooden-table_1153-4146.jpg", - }, - { - id: "f2", - title: "Power Outlets at Tables", - description: "Keep your devices charged while you enjoy your coffee.", - tag: "Convenience", - imageSrc: "http://img.b2bpic.net/free-photo/couple-hugging-sitting-cafe_171337-16595.jpg", - }, - { - id: "f3", - title: "24/7 Access", - description: "Open whenever inspiration strikes or you need a quiet corner.", - tag: "Always On", - imageSrc: "http://img.b2bpic.net/free-photo/man-using-laptop-with-glass-beer-table_107420-65900.jpg", - }, + { id: "f1", title: "Free High-Speed Wi-Fi", description: "Stay connected for work or leisure.", tag: "Connect" }, + { id: "f2", title: "Power Outlets", description: "Plenty of spots to charge your devices.", tag: "Power" }, + { id: "f3", title: "Always Open", description: "24/7 access at your convenience.", tag: "24/7" } ]} - title="Why Choose WOOT?" - description="Everything you need to stay productive and relaxed." - /> - - -
- -
- -
-