diff --git a/src/app/page.tsx b/src/app/page.tsx index dd40dba..de92a53 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,27 +18,22 @@ export default function LandingPage() { defaultButtonVariant="text-shift" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -92,10 +63,7 @@ export default function LandingPage() { useInvertedBackground={true} title="A True Local Favorite" buttons={[ - { - text: "Learn More", - href: "#about", - }, + { text: "Learn More", href: "#about" }, ]} /> @@ -106,21 +74,9 @@ export default function LandingPage() { title="Our Signature Dishes" description="Hearty meals served fresh daily with a smile." accordionItems={[ - { - id: "b-1", - title: "Breakfast Favorites", - content: "Biscuits & gravy, fresh eggs, and hot cocoa to kickstart your morning.", - }, - { - id: "b-2", - title: "Friday Fish Night", - content: "Our famous all-you-can-eat fish fry every Friday night.", - }, - { - id: "b-3", - title: "Homestyle Specials", - content: "Comfort foods made from scratch just like grandma made.", - }, + { id: "b-1", title: "Breakfast Favorites", content: "Biscuits & gravy, fresh eggs, and hot cocoa to kickstart your morning." }, + { id: "b-2", title: "Friday Fish Night", content: "Our famous all-you-can-eat fish fry every Friday night." }, + { id: "b-3", title: "Homestyle Specials", content: "Comfort foods made from scratch just like grandma made." }, ]} imageSrc="http://img.b2bpic.net/free-photo/ripe-orange-cut-into-slices-with-blueberries-gypsophila-flower-colored-backdrop_23-2148103671.jpg" mediaAnimation="slide-up" @@ -133,44 +89,15 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} - testimonials={[ - { - id: "1", - name: "Sarah J.", - role: "Local Resident", - testimonial: "Perfect small-town diner with amazing food and friendly service.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", - }, - { - id: "2", - name: "Mark D.", - role: "Regular Guest", - testimonial: "Biscuits and gravy are a must-have. Always fresh and delicious!", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg", - }, - { - id: "3", - name: "Emily P.", - role: "Visitor", - testimonial: "Friday fish dinner is unbeatable. Great atmosphere and prices.", - imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-enjoying-food-wine_23-2148454126.jpg", - }, - { - id: "4", - name: "David W.", - role: "Loyal Customer", - testimonial: "Always feels like home when I walk through the door.", - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733125.jpg", - }, - { - id: "5", - name: "Jessica R.", - role: "Foodie", - testimonial: "Best comfort food in Bellville, hands down.", - imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-woman-with-ring-dreamy-looking-away-nature-wonderful-caucasian-girl-posing-with-pleasure-street-spring-morning_197531-10648.jpg", - }, - ]} title="What People Are Saying" + description="Our customers share their favorite experiences at V & M." + testimonials={[ + { id: "1", name: "Sarah J.", role: "Local Resident", testimonial: "Perfect small-town diner with amazing food and friendly service.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg" }, + { id: "2", name: "Mark D.", role: "Regular Guest", testimonial: "Biscuits and gravy are a must-have. Always fresh and delicious!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg" }, + { id: "3", name: "Emily P.", role: "Visitor", testimonial: "Friday fish dinner is unbeatable. Great atmosphere and prices.", imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-enjoying-food-wine_23-2148454126.jpg" }, + { id: "4", name: "David W.", role: "Loyal Customer", testimonial: "Always feels like home when I walk through the door.", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733125.jpg" }, + { id: "5", name: "Jessica R.", role: "Foodie", testimonial: "Best comfort food in Bellville, hands down.", imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-woman-with-ring-dreamy-looking-away-nature-wonderful-caucasian-girl-posing-with-pleasure-street-spring-morning_197531-10648.jpg" }, + ]} /> @@ -178,21 +105,9 @@ export default function LandingPage() { @@ -221,16 +131,8 @@ export default function LandingPage() { title="Visit Us Today" description="Located in the heart of Bellville, Ohio. Come say hello!" inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - }, - { - name: "email", - type: "email", - placeholder: "Your Email", - }, + { name: "name", type: "text", placeholder: "Your Name" }, + { name: "email", type: "email", placeholder: "Your Email" }, ]} imageSrc="http://img.b2bpic.net/free-photo/standing-frame-open-sign-business_53876-63427.jpg" imageAlt="restaurant exterior sign" @@ -241,33 +143,16 @@ export default function LandingPage() {