diff --git a/src/app/page.tsx b/src/app/page.tsx index c72cbc4..bc52eb8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -59,42 +49,21 @@ export default function LandingPage() {
@@ -122,19 +89,13 @@ export default function LandingPage() { features={[ { icon: Coffee, - title: "Coffee", - description: "Expertly brewed local beans for the perfect daily lift.", - }, + title: "Coffee", description: "Expertly brewed local beans for the perfect daily lift."}, { icon: Utensils, - title: "Brunch", - description: "Fresh, locally sourced ingredients turned into delicious meals.", - }, + title: "Brunch", description: "Fresh, locally sourced ingredients turned into delicious meals."}, { icon: Cake, - title: "Desserts", - description: "Daily baked sweet treats that melt in your mouth.", - }, + title: "Desserts", description: "Daily baked sweet treats that melt in your mouth."}, ]} title="Our Menu" description="Handcrafted goodness for every time of day." @@ -149,41 +110,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - brand: "Pastry", - name: "Berry Scone", - price: "$6.00", - rating: 5, - reviewCount: "24", - imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-art-table_1232-2739.jpg", - }, + id: "1", brand: "Pastry", name: "Berry Scone", price: "$6.00", rating: 5, + reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-art-table_1232-2739.jpg"}, { - id: "2", - brand: "Drink", - name: "Latte", - price: "$5.50", - rating: 5, - reviewCount: "48", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-red-cream-cookies-light-blue-background-cake-biscuit-sweet-sugar-pie-tea_140725-64896.jpg", - }, + id: "2", brand: "Drink", name: "Latte", price: "$5.50", rating: 5, + reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-red-cream-cookies-light-blue-background-cake-biscuit-sweet-sugar-pie-tea_140725-64896.jpg"}, { - id: "3", - brand: "Meal", - name: "Avocado Smash", - price: "$18.50", - rating: 5, - reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-muffins-filled-with-nuts_23-2148717407.jpg", - }, + id: "3", brand: "Meal", name: "Avocado Smash", price: "$18.50", rating: 5, + reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/delicious-muffins-filled-with-nuts_23-2148717407.jpg"}, { - id: "4", - brand: "Treat", - name: "Vanilla Cake", - price: "$8.00", - rating: 5, - reviewCount: "30", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-looking-out-people-restaurant_23-2147701378.jpg", - }, + id: "4", brand: "Treat", name: "Vanilla Cake", price: "$8.00", rating: 5, + reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-looking-out-people-restaurant_23-2147701378.jpg"}, ]} title="A Taste of Home" description="From our oven to your plate." @@ -198,20 +135,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "7:00am - 4:00pm", - description: "Mon - Fri", - }, + id: "m1", value: "7:00am - 4:00pm", description: "Mon - Fri"}, { - id: "m2", - value: "8:00am - 3:00pm", - description: "Sat - Sun", - }, + id: "m2", value: "8:00am - 3:00pm", description: "Sat - Sun"}, { - id: "m3", - value: "Lower Hutt", - description: "Our Home", - }, + id: "m3", value: "Lower Hutt", description: "Our Home"}, ]} title="Visit Us" description="Opening hours and location." @@ -223,14 +151,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Lush Roast Coffee", - "Hutt Valley Dairy", - "Riverside Bakery", - "Coastal Eggs", - "Valley Greens", - "Local Honey Co", - "Hutt Farm Produce", - ]} + "Lush Roast Coffee", "Hutt Valley Dairy", "Riverside Bakery", "Coastal Eggs", "Valley Greens", "Local Honey Co", "Hutt Farm Produce"]} title="Proudly Local" description="Working with the best in the region." /> @@ -243,15 +164,9 @@ export default function LandingPage() { description="We are located at 123 Main Street, Lower Hutt. Come say hello or give us a call to book a table." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - }, + name: "name", type: "text", placeholder: "Your Name"}, { - name: "email", - type: "email", - placeholder: "Your Email", - }, + name: "email", type: "email", placeholder: "Your Email"}, ]} imageSrc="http://img.b2bpic.net/free-photo/long-shot-man-walking-outside-with-medical-mask_23-2148693043.jpg" buttonText="Find Us" @@ -262,37 +177,23 @@ export default function LandingPage() {