diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d3610d..90ff8f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,25 +31,13 @@ export default function LandingPage() { @@ -58,15 +46,12 @@ export default function LandingPage() {
@@ -156,59 +107,23 @@ export default function LandingPage() { layout="page" products={[ { - id: "hot-cappuccino", - category: "Hot Coffee", - name: "Cappuccino", - price: "$4.50", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/coffee-cup-collection-detailed-style_23-2147742124.jpg", - imageAlt: "Hot Cappuccino", - }, + id: "hot-cappuccino", category: "Hot Coffee", name: "Cappuccino", price: "$4.50", rating: 5, + imageSrc: "http://img.b2bpic.net/free-vector/coffee-cup-collection-detailed-style_23-2147742124.jpg", imageAlt: "Hot Cappuccino"}, { - id: "hot-americano", - category: "Hot Coffee", - name: "Americano", - price: "$3.75", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-mugs-beer-glasses_23-2148726854.jpg", - imageAlt: "Hot Americano", - }, + id: "hot-americano", category: "Hot Coffee", name: "Americano", price: "$3.75", rating: 4, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-mugs-beer-glasses_23-2148726854.jpg", imageAlt: "Hot Americano"}, { - id: "cold-macchiato", - category: "Cold Coffee", - name: "Iced Caramel Macchiato", - price: "$5.99", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-summer-cocktails_23-2147821294.jpg", - imageAlt: "Iced Caramel Macchiato", - }, + id: "cold-macchiato", category: "Cold Coffee", name: "Iced Caramel Macchiato", price: "$5.99", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-summer-cocktails_23-2147821294.jpg", imageAlt: "Iced Caramel Macchiato"}, { - id: "cold-brew", - category: "Cold Coffee", - name: "Cold Brew", - price: "$4.99", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/healthy-blue-drink-composition-table_23-2148890315.jpg", - imageAlt: "Cold Brew", - }, + id: "cold-brew", category: "Cold Coffee", name: "Cold Brew", price: "$4.99", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/healthy-blue-drink-composition-table_23-2148890315.jpg", imageAlt: "Cold Brew"}, { - id: "dessert-croissant", - category: "Desserts", - name: "Chocolate Croissant", - price: "$3.25", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-wooden-table_23-2147667231.jpg", - imageAlt: "Chocolate Croissant", - }, + id: "dessert-croissant", category: "Desserts", name: "Chocolate Croissant", price: "$3.25", rating: 4, + imageSrc: "http://img.b2bpic.net/free-photo/breakfast-wooden-table_23-2147667231.jpg", imageAlt: "Chocolate Croissant"}, { - id: "dessert-muffin", - category: "Desserts", - name: "Blueberry Muffin", - price: "$2.99", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-blueberry-desserts-with-mint_23-2148689820.jpg", - imageAlt: "Blueberry Muffin", - }, + id: "dessert-muffin", category: "Desserts", name: "Blueberry Muffin", price: "$2.99", rating: 4, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-blueberry-desserts-with-mint_23-2148689820.jpg", imageAlt: "Blueberry Muffin"}, ]} /> @@ -220,19 +135,13 @@ export default function LandingPage() { metrics={[ { icon: Heart, - label: "Years Brewing", - value: "8+", - }, + label: "Years Brewing", value: "8+"}, { icon: Users, - label: "Happy Customers", - value: "10K+", - }, + label: "Happy Customers", value: "10K+"}, { icon: Award, - label: "Quality Roasts", - value: "Premium", - }, + label: "Quality Roasts", value: "Premium"}, ]} metricsAnimation="slide-up" /> @@ -242,20 +151,15 @@ export default function LandingPage() { @@ -267,14 +171,10 @@ export default function LandingPage() { socialLinks={[ { icon: Instagram, - href: "https://instagram.com/coffycoffee", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/coffycoffee", ariaLabel: "Instagram"}, { icon: Facebook, - href: "https://facebook.com/coffycoffee", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/coffycoffee", ariaLabel: "Facebook"}, ]} />