diff --git a/src/app/page.tsx b/src/app/page.tsx index 8189772..8ed2d9f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,27 +16,26 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="background-highlight" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -153,8 +107,7 @@ export default function LandingPage() { title="Our Story" buttons={[ { - text: "Read More", - }, + text: "Read More"}, ]} /> @@ -167,41 +120,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Biscuits & Gravy", - price: "$8.50", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-successful-bearded-south-asian-young-indian-freelancer-blue-jeans-shirt-sitting-cafe-with-chicken-nuggets-lemonade_627829-5095.jpg", - }, + id: "p1", name: "Biscuits & Gravy", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-successful-bearded-south-asian-young-indian-freelancer-blue-jeans-shirt-sitting-cafe-with-chicken-nuggets-lemonade_627829-5095.jpg"}, { - id: "p2", - name: "Reuben Sandwich", - price: "$12.00", - imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064702.jpg", - }, + id: "p2", name: "Reuben Sandwich", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064702.jpg"}, { - id: "p3", - name: "Grilled Cheese Deluxe", - price: "$9.50", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-light-lamp-decoration_1339-7078.jpg", - }, + id: "p3", name: "Grilled Cheese Deluxe", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-light-lamp-decoration_1339-7078.jpg"}, { - id: "p4", - name: "Pesto Turkey", - price: "$11.00", - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg", - }, + id: "p4", name: "Pesto Turkey", price: "$11.00", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg"}, { - id: "p5", - name: "Roast Beef Melt", - price: "$12.50", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-barista-white-t-shirt-jeans-pouring-coffee-beans-into-modern-small-burr-grinder_346278-1114.jpg", - }, + id: "p5", name: "Roast Beef Melt", price: "$12.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-barista-white-t-shirt-jeans-pouring-coffee-beans-into-modern-small-burr-grinder_346278-1114.jpg"}, { - id: "p6", - name: "Cuban Sandwich", - price: "$11.50", - imageSrc: "http://img.b2bpic.net/free-photo/man-pouring-milk-coffee-unique-shaped-glass_140725-7035.jpg", - }, + id: "p6", name: "Cuban Sandwich", price: "$11.50", imageSrc: "http://img.b2bpic.net/free-photo/man-pouring-milk-coffee-unique-shaped-glass_140725-7035.jpg"}, ]} title="Customer Favorites" description="Fresh, hot, and made with care." @@ -215,45 +144,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Sarah Johnson", - handle: "@sarah", - testimonial: "Great little place for breakfast.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-pottery-illustration_23-2151813453.jpg", - }, + id: "t1", name: "Sarah Johnson", handle: "@sarah", testimonial: "Great little place for breakfast.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-pottery-illustration_23-2151813453.jpg"}, { - id: "t2", - name: "Michael Chen", - handle: "@mike", - testimonial: "Amazing service and fresh food.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-interracial-young-couple-sitting-outdoor-cafe_23-2148151923.jpg", - }, + id: "t2", name: "Michael Chen", handle: "@mike", testimonial: "Amazing service and fresh food.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-interracial-young-couple-sitting-outdoor-cafe_23-2148151923.jpg"}, { - id: "t3", - name: "Emily Rodriguez", - handle: "@emily", - testimonial: "Best biscuits & gravy ever.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-meeting-restaurant_23-2148395335.jpg", - }, + id: "t3", name: "Emily Rodriguez", handle: "@emily", testimonial: "Best biscuits & gravy ever.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-meeting-restaurant_23-2148395335.jpg"}, { - id: "t4", - name: "David Kim", - handle: "@david", - testimonial: "Such a cozy spot!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-waitress-serving-cocktail-female-customer-sitting-restaurant_23-2147936269.jpg", - }, + id: "t4", name: "David Kim", handle: "@david", testimonial: "Such a cozy spot!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-waitress-serving-cocktail-female-customer-sitting-restaurant_23-2147936269.jpg"}, { - id: "t5", - name: "Chloe L.", - handle: "@chloe", - testimonial: "Love the local charm.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-urban-cafe_158595-686.jpg", - }, + id: "t5", name: "Chloe L.", handle: "@chloe", testimonial: "Love the local charm.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-urban-cafe_158595-686.jpg"}, ]} showRating={true} title="What People Are Saying" @@ -265,15 +169,13 @@ export default function LandingPage() { @@ -283,20 +185,13 @@ export default function LandingPage() { logoText="HOT OFF THE PRESS" columns={[ { - title: "Links", - items: [ + title: "Links", items: [ { - label: "Story", - href: "#story", - }, + label: "Story", href: "#story"}, { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, { - label: "Reviews", - href: "#reviews", - }, + label: "Reviews", href: "#reviews"}, ], }, ]}