14 Commits

Author SHA1 Message Date
a796747d5a Update src/app/page.tsx 2026-03-16 02:33:30 +00:00
0cbb77ca34 Merge version_7 into main
Merge version_7 into main
2026-03-16 02:30:31 +00:00
5e6649dc36 Update src/app/page.tsx 2026-03-16 02:30:27 +00:00
efa7784933 Update src/app/page.tsx 2026-03-16 02:29:10 +00:00
e10a5c5ff1 Merge version_5 into main
Merge version_5 into main
2026-03-16 02:28:33 +00:00
8ea3c223e3 Update src/app/page.tsx 2026-03-16 02:28:28 +00:00
f9a1e88202 Merge version_4 into main
Merge version_4 into main
2026-03-16 02:25:38 +00:00
16c7250313 Update src/app/page.tsx 2026-03-16 02:25:34 +00:00
0ff090dd30 Merge version_3 into main
Merge version_3 into main
2026-03-16 02:23:18 +00:00
85465493b5 Update src/app/page.tsx 2026-03-16 02:23:14 +00:00
f6d1d61d0f Merge version_2 into main
Merge version_2 into main
2026-03-16 02:21:54 +00:00
32724fcb2b Update src/app/page.tsx 2026-03-16 02:21:50 +00:00
7c82d6e70a Merge version_1 into main
Merge version_1 into main
2026-03-16 02:18:40 +00:00
27e2d97fe4 Merge version_1 into main
Merge version_1 into main
2026-03-16 01:55:01 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
description="Experience luxury coastal dining where fresh ingredients meet culinary artistry. Savor our signature surf vibe grill featuring premium crab cake burgers, blackened tuna, perfectly crispy wings, and chimichurri fries. Join us for unforgettable meals in Virginia Beach."
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Reserve Your Table", href: "#contact" },
{ text: "Book Now - Premium Seating", href: "#contact" },
{ text: "View Menu", href: "#menu" }
]}
buttonAnimation="slide-up"
@@ -60,7 +60,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<AboutMetric
title="Craft Excellence Since Day One"
title="Award-Winning Coastal Dining Excellence — Trusted by 373+ Loyal Guests"
metrics={[
{ icon: Star, label: "Customer Rating", value: "4.7/5" },
{ icon: Users, label: "Loyal Customers", value: "373+" },
@@ -83,19 +83,19 @@ export default function LandingPage() {
features={[
{
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"
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" }]
},
{
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"
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" }]
},
{
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"
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" }]
},
{
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"
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" }]
}
]}
textboxLayout="split"
@@ -178,9 +178,9 @@ export default function LandingPage() {
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
{ name: "date", type: "date", placeholder: "Preferred Date", required: true }
{ name: "date", type: "date", placeholder: "Preferred Date & Time", required: true }
]}
textarea={{ name: "message", placeholder: "Special requests or party size", rows: 4, required: false }}
textarea={{ name: "message", placeholder: "Special requests or party size — reservations receive priority seating", rows: 4, required: false }}
buttonText="Reserve Table"
ariaLabel="Contact form - Reserve at Shadowlawn Eats"
/>
@@ -228,4 +228,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}