diff --git a/src/app/page.tsx b/src/app/page.tsx index f71dbff..d7782eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() { @@ -76,7 +55,7 @@ export default function LandingPage() { title="Built on Brick. Powered by Community." description="Brick House Coffee Bar & Eatery was designed to be more than just a coffee shop. It’s a place where everyone feels welcome." subdescription="With a clean, thoughtfully designed space and a team that cares, every visit is worth coming back for." - imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-coat-smartwatch-waiting-cafe_197531-22704.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-coat-smartwatch-waiting-cafe_197531-22704.jpg" mediaAnimation="slide-up" icon={Coffee} /> @@ -89,24 +68,9 @@ export default function LandingPage() { gridVariant="one-large-left-three-stacked-right" useInvertedBackground={true} products={[ - { - id: "p1", - name: "House Latte", - price: "$5.50", - imageSrc: "http://img.b2bpic.net/free-photo/layered-espresso-drink_23-2151961365.jpg?_wi=1", - }, - { - id: "p2", - name: "Fresh Pastries", - price: "$4.00", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-beautiful-croissants-wooden-board-traditional-continental-breakfast-granola-with-fruits-honey-background_1220-1314.jpg?_wi=1", - }, - { - id: "p3", - name: "Gourmet Sandwiches", - price: "$9.50", - imageSrc: "http://img.b2bpic.net/free-photo/classic-ceasar-with-chicken-fillet-vegetable-mix_114579-2302.jpg?_wi=1", - }, + { id: "p1", name: "House Latte", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/layered-espresso-drink_23-2151961365.jpg" }, + { id: "p2", name: "Fresh Pastries", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/tasty-beautiful-croissants-wooden-board-traditional-continental-breakfast-granola-with-fruits-honey-background_1220-1314.jpg" }, + { id: "p3", name: "Gourmet Sandwiches", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/classic-ceasar-with-chicken-fillet-vegetable-mix_114579-2302.jpg" }, ]} title="Signature Favorites" description="Our most popular crafted delights." @@ -118,47 +82,13 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + description="Our customers love the cozy atmosphere and quality drinks." testimonials={[ - { - id: "1", - name: "Sarah J.", - handle: "@sarahj", - testimonial: "Beautiful interior, great staff, and such a clean, welcoming space.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-close-up-young-beautiful-girl-street_1153-9652.jpg?_wi=1", - }, - { - id: "2", - name: "Michael C.", - handle: "@mikec", - testimonial: "Love the brick vibe—feels cozy but still upscale.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-waitress-serving-coffee-customer_23-2147775884.jpg", - }, - { - id: "3", - name: "Emily R.", - handle: "@emilyr", - testimonial: "Perfect spot for coffee, food, or just relaxing.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-female-drinking-coffee_1153-5927.jpg", - }, - { - id: "4", - name: "David K.", - handle: "@davidk", - testimonial: "Consistent quality and always a warm greeting.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customer_1170-656.jpg", - }, - { - id: "5", - name: "Jessica L.", - handle: "@jessl", - testimonial: "Best lattes in the city, hands down.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-close-up-young-beautiful-girl-street_1153-9652.jpg?_wi=2", - }, + { id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Beautiful interior, great staff, and such a clean, welcoming space.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-close-up-young-beautiful-girl-street_1153-9652.jpg" }, + { id: "2", name: "Michael C.", handle: "@mikec", testimonial: "Love the brick vibe—feels cozy but still upscale.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-waitress-serving-coffee-customer_23-2147775884.jpg" }, + { id: "3", name: "Emily R.", handle: "@emilyr", testimonial: "Perfect spot for coffee, food, or just relaxing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-female-drinking-coffee_1153-5927.jpg" }, + { id: "4", name: "David K.", handle: "@davidk", testimonial: "Consistent quality and always a warm greeting.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customer_1170-656.jpg" }, + { id: "5", name: "Jessica L.", handle: "@jessl", testimonial: "Best lattes in the city, hands down.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-close-up-young-beautiful-girl-street_1153-9652.jpg" }, ]} showRating={true} title="What Our Community Says" @@ -166,20 +96,14 @@ export default function LandingPage() {