1 Commits

Author SHA1 Message Date
baa61f38c1 Update src/app/page.tsx 2026-03-16 02:28:48 +00:00

View File

@@ -60,10 +60,10 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<AboutMetric <AboutMetric
title="Award-Winning Coastal Dining Excellence — Trusted by 373+ Loyal Guests" title="Award-Winning Coastal Dining Excellence"
metrics={[ metrics={[
{ icon: Users, label: "Loyal Customers", value: "373+" },
{ icon: Star, label: "Customer Rating", value: "4.7/5" }, { icon: Star, label: "Customer Rating", value: "4.7/5" },
{ icon: Users, label: "Loyal Customers", value: "373+" },
{ icon: MapPin, label: "Location", value: "Virginia Beach" }, { icon: MapPin, label: "Location", value: "Virginia Beach" },
{ icon: Clock, label: "Premium Hours", value: "Daily" } { icon: Clock, label: "Premium Hours", value: "Daily" }
]} ]}
@@ -83,19 +83,19 @@ export default function LandingPage() {
features={[ features={[
{ {
id: 1, id: 1,
tag: "Signature", title: "SE Crab Cake Burger", subtitle: "Our Most Celebrated Dish", description: "Fresh lump crab meat perfectly combined with premium beef, served on artisan brioche with house-made aioli and fresh greens. An absolute must-try masterpiece.", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-chips-vegetables_140725-352.jpg?_wi=1", imageAlt: "SE Crab Cake Burger - signature dish", buttons: [{ text: "Order Now", href: "#contact" }] tag: "Signature", title: "SE Crab Cake Burger", subtitle: "Our Most Celebrated Dish", description: "Fresh lump crab meat perfectly combined with premium beef, served on artisan brioche with house-made aioli and fresh greens. An absolute must-try masterpiece.", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-chips-vegetables_140725-352.jpg?_wi=1", imageAlt: "SE Crab Cake Burger - signature dish"
}, },
{ {
id: 2, id: 2,
tag: "Seafood", title: "Blackened Tuna", subtitle: "Fresh & Flavorful", description: "Wild-caught tuna seared to perfection with our signature blackening spice blend. Served with seasonal vegetables and house-made sauce for an elegant experience.", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-chips-vegetables_140725-352.jpg?_wi=2", imageAlt: "Blackened Tuna - premium seafood entree", buttons: [{ text: "Order Now", href: "#contact" }] tag: "Seafood", title: "Blackened Tuna", subtitle: "Fresh & Flavorful", description: "Wild-caught tuna seared to perfection with our signature blackening spice blend. Served with seasonal vegetables and house-made sauce for an elegant experience.", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-chips-vegetables_140725-352.jpg?_wi=2", imageAlt: "Blackened Tuna - premium seafood entree"
}, },
{ {
id: 3, id: 3,
tag: "Appetizer", title: "Crispy Wings", subtitle: "Perfect Start to Any Meal", description: "Hand-selected wings tossed in our secret spice blend, perfectly crispy on the outside and tender within. Served with premium dipping sauces.", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-potato-juice_140725-3616.jpg", imageAlt: "Crispy Wings - restaurant appetizer", buttons: [{ text: "Order Now", href: "#contact" }] tag: "Appetizer", title: "Crispy Wings", subtitle: "Perfect Start to Any Meal", description: "Hand-selected wings tossed in our secret spice blend, perfectly crispy on the outside and tender within. Served with premium dipping sauces.", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-potato-juice_140725-3616.jpg", imageAlt: "Crispy Wings - restaurant appetizer"
}, },
{ {
id: 4, id: 4,
tag: "Sides", title: "Chimichurri Fries", subtitle: "Fresh Herb Perfection", description: "Hand-cut fries coated with vibrant chimichurri sauce, fresh parsley, and premium seasonings. The perfect complement to any entrée.", imageSrc: "http://img.b2bpic.net/free-photo/french-fries-with-ketchup-mayonnaise-table_140725-9521.jpg", imageAlt: "Chimichurri Fries - gourmet side dish", buttons: [{ text: "Order Now", href: "#contact" }] tag: "Sides", title: "Chimichurri Fries", subtitle: "Fresh Herb Perfection", description: "Hand-cut fries coated with vibrant chimichurri sauce, fresh parsley, and premium seasonings. The perfect complement to any entrée.", imageSrc: "http://img.b2bpic.net/free-photo/french-fries-with-ketchup-mayonnaise-table_140725-9521.jpg", imageAlt: "Chimichurri Fries - gourmet side dish"
} }
]} ]}
textboxLayout="split" textboxLayout="split"
@@ -168,9 +168,9 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplitForm <ContactSplitForm
title="Reserve Your Experience" title="Reserve Your Experience"
description="100% secure reservation — Book within 24 hours for guaranteed priority seating. Same-day reservations available! Fill out the form below to secure your table or inquire about private events." description="Get priority seating and special perks when you reserve with us. Fill out the form below to secure your table at Shadowlawn Eats for an unforgettable dining experience."
useInvertedBackground={false} useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3As2kZYlCC6NA5jCmap28mHQo5p/uploaded-1773677455345-u1otd4sg.jpg" imageSrc="http://img.b2bpic.net/free-photo/terrace-with-white-blue-armchairs_1203-2077.jpg"
imageAlt="Shadowlawn Eats Restaurant Interior" imageAlt="Shadowlawn Eats Restaurant Interior"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
@@ -180,8 +180,8 @@ export default function LandingPage() {
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true }, { name: "phone", type: "tel", placeholder: "Phone Number", required: true },
{ name: "date", type: "date", placeholder: "Preferred Date & Time", required: true } { name: "date", type: "date", placeholder: "Preferred Date & Time", required: true }
]} ]}
textarea={{ name: "message", placeholder: "Special requests or party size — reservations receive priority seating", rows: 4, required: false }} textarea={{ name: "message", placeholder: "Party size and special requests — priority seating available", rows: 4, required: false }}
buttonText="Confirm Reservation" buttonText="Reserve Table"
ariaLabel="Contact form - Reserve at Shadowlawn Eats" ariaLabel="Contact form - Reserve at Shadowlawn Eats"
/> />
</div> </div>
@@ -228,4 +228,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }