diff --git a/src/app/page.tsx b/src/app/page.tsx index df713ab..6fb8352 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,38 +44,19 @@ export default function LandingPage() {
@@ -115,34 +83,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "s1", - label: "Weddings", - title: "Elegant Coffee Catering", - items: [ - "Custom menus", - "Professional baristas", - "Mobile setup", - ], + id: "s1", label: "Weddings", title: "Elegant Coffee Catering", items: [ + "Custom menus", "Professional baristas", "Mobile setup"], }, { - id: "s2", - label: "TV & Film", - title: "On-Set Espresso Bar", - items: [ - "Quick service", - "Early morning support", - "Production ready", - ], + id: "s2", label: "TV & Film", title: "On-Set Espresso Bar", items: [ + "Quick service", "Early morning support", "Production ready"], }, { - id: "s3", - label: "Corporate", - title: "Executive Event Solutions", - items: [ - "Branding options", - "Reliable scheduling", - "High volume capability", - ], + id: "s3", label: "Corporate", title: "Executive Event Solutions", items: [ + "Branding options", "Reliable scheduling", "High volume capability"], }, ]} title="Our Specialized Catering Services" @@ -157,45 +107,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Sarah Miller", - role: "Event Planner", - testimonial: "The highlight of our wedding! Guests were so impressed by the quality.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-holding-coffee-cup_23-2149105417.jpg", - imageAlt: "Medium shot transgender holding coffee cup", - }, + id: "t1", name: "Sarah Miller", role: "Event Planner", testimonial: "The highlight of our wedding! Guests were so impressed by the quality.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-holding-coffee-cup_23-2149105417.jpg", imageAlt: "Medium shot transgender holding coffee cup"}, { - id: "t2", - name: "James Chen", - role: "Film Producer", - testimonial: "Absolute lifesaver on set. Professional, fast, and the coffee is excellent.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-girl-barista-working-cafe-counter-processing-orders-using-pos-terminal-receiving_1258-199481.jpg?_wi=2", - imageAlt: "Medium shot transgender holding coffee cup", - }, + id: "t2", name: "James Chen", role: "Film Producer", testimonial: "Absolute lifesaver on set. Professional, fast, and the coffee is excellent.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-girl-barista-working-cafe-counter-processing-orders-using-pos-terminal-receiving_1258-199481.jpg", imageAlt: "Medium shot transgender holding coffee cup"}, { - id: "t3", - name: "Elena Rodriguez", - role: "Marketing Director", - testimonial: "Reliable and high-quality setup for our corporate launch party.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-black-empty-cup-dark-blue-background_179666-19280.jpg?_wi=2", - imageAlt: "Medium shot transgender holding coffee cup", - }, + id: "t3", name: "Elena Rodriguez", role: "Marketing Director", testimonial: "Reliable and high-quality setup for our corporate launch party.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-black-empty-cup-dark-blue-background_179666-19280.jpg", imageAlt: "Medium shot transgender holding coffee cup"}, { - id: "t4", - name: "Mike Davis", - role: "Festival Organizer", - testimonial: "Kept our attendees energized all day. Highly recommended.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135394.jpg", - imageAlt: "Medium shot transgender holding coffee cup", - }, + id: "t4", name: "Mike Davis", role: "Festival Organizer", testimonial: "Kept our attendees energized all day. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135394.jpg", imageAlt: "Medium shot transgender holding coffee cup"}, { - id: "t5", - name: "Jessica Lee", - role: "Venue Manager", - testimonial: "Our go-to coffee caterer for every major event at the facility.", - imageSrc: "http://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg?_wi=1", - imageAlt: "Medium shot transgender holding coffee cup", - }, + id: "t5", name: "Jessica Lee", role: "Venue Manager", testimonial: "Our go-to coffee caterer for every major event at the facility.", imageSrc: "http://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg", imageAlt: "Medium shot transgender holding coffee cup"}, ]} title="What Event Organizers Say" description="See why top producers and event planners choose Longshot Coffee." @@ -206,11 +126,10 @@ export default function LandingPage() {