diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c741f2..e92195b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,82 +46,51 @@ export default function LandingPage() {
@@ -154,45 +115,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - title: "Incredible Bread", - quote: "The smell of freshly baked bread was irresistible.", - name: "Sarah J.", - role: "Foodie", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-working-as-barista-making-coffee-restaurant-barista-apron-white-shirt-standing-with-cup-coffee-his-workplace-coffee-shop_574295-4957.jpg", - }, + id: "t1", title: "Incredible Bread", quote: "The smell of freshly baked bread was irresistible.", name: "Sarah J.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-working-as-barista-making-coffee-restaurant-barista-apron-white-shirt-standing-with-cup-coffee-his-workplace-coffee-shop_574295-4957.jpg"}, { - id: "t2", - title: "Morning Ritual", - quote: "The morning bun is an absolute standout.", - name: "Michael C.", - role: "Local", - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104758.jpg", - }, + id: "t2", title: "Morning Ritual", quote: "The morning bun is an absolute standout.", name: "Michael C.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104758.jpg"}, { - id: "t3", - title: "USA Best", - quote: "Best bakery in the USA.", - name: "David K.", - role: "Chef", - imageSrc: "http://img.b2bpic.net/free-photo/good-morning-woman-blanket-lady-sitting-terrace-brunette-drinks-coffee_1157-43454.jpg", - }, + id: "t3", title: "USA Best", quote: "Best bakery in the USA.", name: "David K.", role: "Chef", imageSrc: "http://img.b2bpic.net/free-photo/good-morning-woman-blanket-lady-sitting-terrace-brunette-drinks-coffee_1157-43454.jpg"}, { - id: "t4", - title: "Buttery Perfection", - quote: "Light and buttery.", - name: "Emily R.", - role: "Tourist", - imageSrc: "http://img.b2bpic.net/free-photo/coffee_1388-628.jpg", - }, + id: "t4", title: "Buttery Perfection", quote: "Light and buttery.", name: "Emily R.", role: "Tourist", imageSrc: "http://img.b2bpic.net/free-photo/coffee_1388-628.jpg"}, { - id: "t5", - title: "Iconic Institution", - quote: "This is why people rave about it.", - name: "Jessica L.", - role: "Designer", - imageSrc: "http://img.b2bpic.net/free-photo/coffee_1388-627.jpg", - }, + id: "t5", title: "Iconic Institution", quote: "This is why people rave about it.", name: "Jessica L.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/coffee_1388-627.jpg"}, ]} title="Why People Love Tartine" description="Hear what our regulars say about their morning ritual." @@ -207,41 +138,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Morning Bun", - price: "$6.50", - imageSrc: "http://img.b2bpic.net/free-photo/pine-branches-platter-sweet-bun-marble-table_114579-56850.jpg", - }, + id: "p1", name: "Morning Bun", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/pine-branches-platter-sweet-bun-marble-table_114579-56850.jpg"}, { - id: "p2", - name: "Almond Croissant", - price: "$7.00", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-nest-pastries-with-chocolate-eggs_23-2151975100.jpg", - }, + id: "p2", name: "Almond Croissant", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-nest-pastries-with-chocolate-eggs_23-2151975100.jpg"}, { - id: "p3", - name: "Fig Danish", - price: "$7.50", - imageSrc: "http://img.b2bpic.net/free-photo/plum-cake-close-up_661915-576.jpg", - }, + id: "p3", name: "Fig Danish", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/plum-cake-close-up_661915-576.jpg"}, { - id: "p4", - name: "Country Loaf", - price: "$12.00", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-sweet-biscuits-inside-plate-dark-space_140725-95370.jpg", - }, + id: "p4", name: "Country Loaf", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sweet-biscuits-inside-plate-dark-space_140725-95370.jpg"}, { - id: "p5", - name: "Seasonal Tart", - price: "$8.00", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pomegranate-pieces-bowl-plaid-cloth-green-surface_141793-16045.jpg", - }, + id: "p5", name: "Seasonal Tart", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pomegranate-pieces-bowl-plaid-cloth-green-surface_141793-16045.jpg"}, { - id: "p6", - name: "Scone", - price: "$5.00", - imageSrc: "http://img.b2bpic.net/free-photo/plate-whole-sliced-black-figs-leaf-blue-pink-tablecloths-wooden-table_114579-29364.jpg", - }, + id: "p6", name: "Scone", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/plate-whole-sliced-black-figs-leaf-blue-pink-tablecloths-wooden-table_114579-29364.jpg"}, ]} title="Signature Pastries" description="Hand-formed daily in our kitchens." @@ -250,24 +157,19 @@ export default function LandingPage() {
@@ -390,42 +257,27 @@ export default function LandingPage() {