diff --git a/src/app/page.tsx b/src/app/page.tsx index 48f1693..470b593 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -226,41 +128,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Big P.", - handle: "Yelp Reviewer", - testimonial: "One of the best breakfast burritos in Thousand Oaks / Westlake!", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-sitting-kitchen-using-laptop_171337-4146.jpg", - }, - { - id: "t2", - name: "Jeffereeee P.", - handle: "Yelp Reviewer", - testimonial: "Staff is always friendly and service is fast. Burritos are filling, omelets are good.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-paying-bill-after-lunch-bar-man-is-using-smart-phone-contactless-payment_637285-631.jpg", - }, - { - id: "t3", - name: "David H.", - handle: "Google Reviewer", - testimonial: "Great food! Highly recommend stopping by for a quick lunch.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg", - }, - { - id: "t4", - name: "Sarah J.", - handle: "Local Resident", - testimonial: "The service is exceptional and the quality of ingredients is consistent.", - imageSrc: "http://img.b2bpic.net/free-photo/english-breakfast-toast-egg-bacon-vegetables-rustic-style-wooden-table_2829-19799.jpg", - }, - { - id: "t5", - name: "Mike R.", - handle: "Business Client", - testimonial: "Our office orders catering from Justine's often. Always reliable.", - imageSrc: "http://img.b2bpic.net/free-photo/friends-having-dinner-restaurant_23-2148018863.jpg", - }, + { id: "t1", name: "Big P.", handle: "Yelp Reviewer", testimonial: "One of the best breakfast burritos in Thousand Oaks / Westlake!", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-sitting-kitchen-using-laptop_171337-4146.jpg" }, + { id: "t2", name: "Jeffereeee P.", handle: "Yelp Reviewer", testimonial: "Staff is always friendly and service is fast. Burritos are filling, omelets are good.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-paying-bill-after-lunch-bar-man-is-using-smart-phone-contactless-payment_637285-631.jpg" }, + { id: "t3", name: "David H.", handle: "Google Reviewer", testimonial: "Great food! Highly recommend stopping by for a quick lunch.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg" }, + { id: "t4", name: "Sarah J.", handle: "Local Resident", testimonial: "The service is exceptional and the quality of ingredients is consistent.", imageSrc: "http://img.b2bpic.net/free-photo/english-breakfast-toast-egg-bacon-vegetables-rustic-style-wooden-table_2829-19799.jpg" }, + { id: "t5", name: "Mike R.", handle: "Business Client", testimonial: "Our office orders catering from Justine's often. Always reliable.", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-dinner-restaurant_23-2148018863.jpg" } ]} title="What Our Community Says" description="We are proud of our local reputation in Thousand Oaks and Westlake." @@ -273,27 +145,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "loc1", - value: "7:00 AM – 3:30 PM", - title: "Business Hours", - description: "Monday – Friday", - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-hello-winter-sign_23-2148350146.jpg", - }, - { - id: "loc2", - value: "8:00 AM – 3:00 PM", - title: "Delivery Hours", - description: "Monday – Friday", - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman_23-2148006252.jpg", - }, - { - id: "loc3", - value: "31356 Via Colinas", - title: "Location", - description: "Suite 103, Westlake Village, CA 91362", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-business-owner-standing-outdoors_23-2149434497.jpg", - }, + { id: "loc1", value: "7:00 AM – 3:30 PM", title: "Business Hours", description: "Monday – Friday", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-hello-winter-sign_23-2148350146.jpg" }, + { id: "loc2", value: "8:00 AM – 3:00 PM", title: "Delivery Hours", description: "Monday – Friday", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman_23-2148006252.jpg" }, + { id: "loc3", value: "31356 Via Colinas", title: "Location", description: "Suite 103, Westlake Village, CA 91362", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-business-owner-standing-outdoors_23-2149434497.jpg" } ]} title="Visit Us in Westlake Village" description="Located in Westlake Village Industrial Park, corner of Thousand Oaks Blvd & Via Colinas." @@ -303,9 +157,7 @@ export default function LandingPage() {