diff --git a/src/app/page.tsx b/src/app/page.tsx index d9e5cf0..7f4375b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,144 +19,72 @@ export default function LandingPage() { defaultButtonVariant="text-shift" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -168,21 +96,11 @@ export default function LandingPage() { useInvertedBackground={false} negativeCard={{ items: [ - "Easy Parking", - "Complex Location", - "Casual Vibe", - "Rustic Feel", - "Bustling Noise", - ], + "Easy Parking", "Complex Location", "Casual Vibe", "Rustic Feel", "Bustling Noise"], }} positiveCard={{ items: [ - "Fresh Ingredients", - "Full Bar Service", - "Patio Seating", - "Kid-Friendly", - "Live Music", - ], + "Fresh Ingredients", "Full Bar Service", "Patio Seating", "Kid-Friendly", "Live Music"], }} title="Why You'll Love Plate'd" description="Our passion for great food and community is at the heart of everything we serve." @@ -196,42 +114,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "1", - name: "Fried Green Tomatoes", - price: "Market", - imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-french-fries_141793-16653.jpg", - }, - { - id: "2", - name: "Bradley Burger", - price: "18", - imageSrc: "http://img.b2bpic.net/free-photo/big-mac-burger-with-beef-melted-cheddar-full-white-salad_114579-2311.jpg", - }, - { - id: "3", - name: "Chicken Parm Sandwich", - price: "16", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-hot-dog-with-cabbage-potatoes-mayonnaise-with-salted-cucumbers-sauce_141793-4961.jpg", - }, - { - id: "4", - name: "Birria Tacos", - price: "19", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-hands-holding-delicious-taco_23-2151048006.jpg", - }, - { - id: "5", - name: "Flatbread Pizza", - price: "17", - imageSrc: "http://img.b2bpic.net/free-photo/mixed-salad-with-fish-slices-served-bread_141793-701.jpg", - }, - { - id: "6", - name: "Caesar Salad", - price: "14", - imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad_74190-5603.jpg", - }, + { id: "1", name: "Fried Green Tomatoes", price: "Market", imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-french-fries_141793-16653.jpg" }, + { id: "2", name: "Bradley Burger", price: "18", imageSrc: "http://img.b2bpic.net/free-photo/big-mac-burger-with-beef-melted-cheddar-full-white-salad_114579-2311.jpg" }, + { id: "3", name: "Chicken Parm Sandwich", price: "16", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hot-dog-with-cabbage-potatoes-mayonnaise-with-salted-cucumbers-sauce_141793-4961.jpg" }, + { id: "4", name: "Birria Tacos", price: "19", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hands-holding-delicious-taco_23-2151048006.jpg" }, + { id: "5", name: "Flatbread Pizza", price: "17", imageSrc: "http://img.b2bpic.net/free-photo/mixed-salad-with-fish-slices-served-bread_141793-701.jpg" }, + { id: "6", name: "Caesar Salad", price: "14", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad_74190-5603.jpg" } ]} title="Signature Flavors" description="Fan favorites curated for your next visit." @@ -242,31 +130,11 @@ export default function LandingPage() { @@ -305,26 +161,11 @@ export default function LandingPage() { rating={5} author="Local Reviewer" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/male-local-traveler-with-camera_23-2149016703.jpg", - alt: "Customer", - }, - { - src: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg", - alt: "Customer", - }, - { - src: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg", - alt: "Customer", - }, - { - src: "http://img.b2bpic.net/free-photo/pleased-female-entrepreneur-trendy-sunglasses-denim-jacke_197531-31011.jpg", - alt: "Customer", - }, - { - src: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", - alt: "Customer", - }, + { src: "http://img.b2bpic.net/free-photo/male-local-traveler-with-camera_23-2149016703.jpg", alt: "Customer" }, + { src: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg", alt: "Customer" }, + { src: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg", alt: "Customer" }, + { src: "http://img.b2bpic.net/free-photo/pleased-female-entrepreneur-trendy-sunglasses-denim-jacke_197531-31011.jpg", alt: "Customer" }, + { src: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", alt: "Customer" } ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -334,16 +175,9 @@ export default function LandingPage() {
@@ -352,35 +186,18 @@ export default function LandingPage() { logoText="Plate'd Social" columns={[ { - title: "Navigate", - items: [ - { - label: "Home", - href: "#hero", - }, - { - label: "Menu", - href: "#menu", - }, - { - label: "Contact", - href: "#contact", - }, - ], + title: "Navigate", items: [ + { label: "Home", href: "#hero" }, + { label: "Menu", href: "#menu" }, + { label: "Contact", href: "#contact" } + ] }, { - title: "Legal", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Accessibility", - href: "#", - }, - ], - }, + title: "Legal", items: [ + { label: "Privacy Policy", href: "#" }, + { label: "Accessibility", href: "#" } + ] + } ]} />