diff --git a/src/app/page.tsx b/src/app/page.tsx index d7bec39..8490643 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,30 +34,15 @@ export default function LandingPage() { @@ -66,21 +51,16 @@ export default function LandingPage() {
@@ -259,66 +165,39 @@ export default function LandingPage() { @@ -452,26 +290,11 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "1", - name: "Chef James", - role: "Head Chef & Owner", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-indoors_23-2151038681.jpg?_wi=1", - imageAlt: "Portrait of Chef James", - }, + id: "1", name: "Chef James", role: "Head Chef & Owner", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-indoors_23-2151038681.jpg", imageAlt: "Portrait of Chef James"}, { - id: "2", - name: "Maria Rodriguez", - role: "Restaurant Manager", - imageSrc: "http://img.b2bpic.net/free-photo/technology-occupation-remote-work-concept-confident-young-female-copywriter-standing-kitchen_343059-3895.jpg?_wi=1", - imageAlt: "Portrait of Maria Rodriguez", - }, + id: "2", name: "Maria Rodriguez", role: "Restaurant Manager", imageSrc: "http://img.b2bpic.net/free-photo/technology-occupation-remote-work-concept-confident-young-female-copywriter-standing-kitchen_343059-3895.jpg", imageAlt: "Portrait of Maria Rodriguez"}, { - id: "3", - name: "The Kitchen Crew", - role: "Culinary Team", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-posing_23-2151232223.jpg?_wi=1", - imageAlt: "Diverse kitchen staff smiling", - }, + id: "3", name: "The Kitchen Crew", role: "Culinary Team", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-posing_23-2151232223.jpg", imageAlt: "Diverse kitchen staff smiling"}, ]} title="Meet Our Wonderful Team" description="Our dedicated team is passionate about food and hospitality, ensuring every visit is a memorable one." @@ -483,23 +306,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Local Eats Magazine", - "Taste of the Town", - "Community Favorite", - "Southern Foodies", - "Best of [City]", - "Family Dining Award", - "Culinary Review", - ]} + "Local Eats Magazine", "Taste of the Town", "Community Favorite", "Southern Foodies", "Best of [City]", "Family Dining Award", "Culinary Review"]} logos={[ - "http://img.b2bpic.net/free-vector/elegant-sale-label-collection_23-2147701428.jpg", - "http://img.b2bpic.net/free-vector/flat-chef-logo-collection_23-2148972192.jpg", - "http://img.b2bpic.net/free-vector/gradient-jewelry-logo-set_23-2148878078.jpg", - "http://img.b2bpic.net/free-vector/grand-opening_23-2148158868.jpg", - "http://img.b2bpic.net/free-vector/black-white-barbecue-badge-set_23-2147554889.jpg", - "http://img.b2bpic.net/free-photo/positive-blonde-woman-holds-smart-phone-hands-makes-selfie-photo-together-with-asian-friend-enjoy-summer-vacation-together_273609-18143.jpg", - "http://img.b2bpic.net/free-vector/retro-colorful-minimal-logo-collection_23-2148378106.jpg", - ]} + "http://img.b2bpic.net/free-vector/elegant-sale-label-collection_23-2147701428.jpg", "http://img.b2bpic.net/free-vector/flat-chef-logo-collection_23-2148972192.jpg", "http://img.b2bpic.net/free-vector/gradient-jewelry-logo-set_23-2148878078.jpg", "http://img.b2bpic.net/free-vector/grand-opening_23-2148158868.jpg", "http://img.b2bpic.net/free-vector/black-white-barbecue-badge-set_23-2147554889.jpg", "http://img.b2bpic.net/free-photo/positive-blonde-woman-holds-smart-phone-hands-makes-selfie-photo-together-with-asian-friend-enjoy-summer-vacation-together_273609-18143.jpg", "http://img.b2bpic.net/free-vector/retro-colorful-minimal-logo-collection_23-2148378106.jpg"]} title="Community Recognized" description="Proudly serving our community and recognized for our dedication to quality and service." /> @@ -508,21 +317,16 @@ export default function LandingPage() {