Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
100
src/app/page.tsx
100
src/app/page.tsx
@@ -29,14 +29,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Gallery", id: "gallery"},
|
||||
{
|
||||
name: "Reservations", id: "reservations"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Reservations", id: "reservations" },
|
||||
]}
|
||||
brandName="Cotton Calf Kitchen"
|
||||
/>
|
||||
@@ -44,27 +41,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Braselton’s Premier Steakhouse Experience"
|
||||
description="Refined American dining inside a historic setting — expertly crafted steaks, fresh seafood, elevated hospitality."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Table", href: "#reservations"},
|
||||
{
|
||||
text: "Explore Menu", href: "#menu"},
|
||||
{ text: "Reserve Your Table", href: "#reservations" },
|
||||
{ text: "Explore Menu", href: "#menu" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7822.jpg", imageAlt: "Steakhouse dining ambiance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-organic-italian-coffee_23-2148463957.jpg", imageAlt: "Prime aged ribeye"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-rings-sauce-with-baked-vegetables_140725-985.jpg", imageAlt: "Seasonal creations"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-prawn-with-garlic-plate_1203-9173.jpg", imageAlt: "Butter poached lobster"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dramatic-gothic-facade-with-dark-doors-red-brick-basilica_169016-70805.jpg", imageAlt: "Historic dining room"},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7822.jpg", imageAlt: "Steakhouse dining ambiance" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-organic-italian-coffee_23-2148463957.jpg", imageAlt: "Prime aged ribeye" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/meat-rings-sauce-with-baked-vegetables_140725-985.jpg", imageAlt: "Seasonal creations" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fried-prawn-with-garlic-plate_1203-9173.jpg", imageAlt: "Butter poached lobster" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dramatic-gothic-facade-with-dark-doors-red-brick-basilica_169016-70805.jpg", imageAlt: "Historic dining room" },
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
@@ -74,10 +63,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text", content: "A Steakhouse Worth the Drive"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-medallion-with-sauce-vegetables-white-plate-table_140725-11510.jpg", alt: "Steakhouse interior"},
|
||||
{ type: "text", content: "A Steakhouse Worth the Drive" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-medallion-with-sauce-vegetables-white-plate-table_140725-11510.jpg", alt: "Steakhouse interior" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -90,24 +77,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
tag="Locally Sourced & Prime Grade"
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "Signature", name: "Prime Ribeye", price: "$58", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cooked-sea-food_23-2149409209.jpg"},
|
||||
{
|
||||
id: "p2", brand: "Ocean", name: "Cold Water Lobster Tail", price: "$72", rating: 5,
|
||||
reviewCount: "145", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg"},
|
||||
{
|
||||
id: "p3", brand: "Finish", name: "French Press Coffee", price: "$12", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-black-spaghetti-squid_23-2148461690.jpg"},
|
||||
{
|
||||
id: "p4", brand: "Chef", name: "Seasonal Creations", price: "MP", rating: 5,
|
||||
reviewCount: "112", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetables-table_140725-2404.jpg"},
|
||||
{
|
||||
id: "p5", brand: "Signature", name: "Dry Aged NY Strip", price: "$62", rating: 5,
|
||||
reviewCount: "175", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-vanilla-ice-cream-scoop-plate-isolated-black-background_181624-57527.jpg"},
|
||||
{
|
||||
id: "p6", brand: "Appetizer", name: "Jumbo Shrimp Cocktail", price: "$24", rating: 4,
|
||||
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/top-view-crawfish-plates_23-2150346587.jpg"},
|
||||
{ id: "p1", brand: "Signature", name: "Prime Ribeye", price: "$58", rating: 5, reviewCount: "210", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DdghBDf2CCoXoundud7nOPGay8/uploaded-1778617802825-xnnlsswo.jpg" },
|
||||
{ id: "p2", brand: "Ocean", name: "Cold Water Lobster Tail", price: "$72", rating: 5, reviewCount: "145", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DdghBDf2CCoXoundud7nOPGay8/uploaded-1778617802825-2k7j253s.jpg" },
|
||||
{ id: "p3", brand: "Specialty", name: "Artisan Salad", price: "$18", rating: 5, reviewCount: "89", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DdghBDf2CCoXoundud7nOPGay8/uploaded-1778617802825-uggfy9b2.jpg" },
|
||||
{ id: "p4", brand: "Classic", name: "Chef’s Daily Preparation", price: "MP", rating: 5, reviewCount: "112", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DdghBDf2CCoXoundud7nOPGay8/uploaded-1778617802825-xcm0lk7b.jpg" },
|
||||
]}
|
||||
title="Featured Dishes"
|
||||
description="Artisan preparations featuring locally sourced ingredients and USDA Prime grade cuts."
|
||||
@@ -119,21 +92,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah J.", handle: "@foodie", testimonial: "Every dish was packed with bold flavors and cooked to perfection.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-having-fun-while-eating-cake-cafe_637285-7896.jpg"},
|
||||
{
|
||||
id: "2", name: "Michael C.", handle: "@pro", testimonial: "Great food, incredible service, upscale small-town atmosphere.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-eating-donut-talking-her-boyfriend-cafe_637285-9080.jpg"},
|
||||
{
|
||||
id: "3", name: "Emily R.", handle: "@dine", testimonial: "The French pressed coffee sealed the experience perfectly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-tattooed-man-summer-terrace-city-cafe-is-drinking-wine-street-cafe_1321-40.jpg"},
|
||||
{
|
||||
id: "4", name: "David K.", handle: "@gourmet", testimonial: "Impeccable steak, perfect sear. Braselton gem.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg"},
|
||||
{
|
||||
id: "5", name: "Jessica L.", handle: "@local", testimonial: "The hospitality here is unmatched in the region.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-drinks-together_107420-94740.jpg"},
|
||||
{ id: "1", name: "Sarah J.", handle: "@foodie", testimonial: "Every dish was packed with bold flavors and cooked to perfection.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-having-fun-while-eating-cake-cafe_637285-7896.jpg" },
|
||||
{ id: "2", name: "Michael C.", handle: "@pro", testimonial: "Great food, incredible service, upscale small-town atmosphere.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-eating-donut-talking-her-boyfriend-cafe_637285-9080.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
@@ -148,18 +108,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "4.6★", title: "Guest Rating", items: [
|
||||
"Consistent 5-star quality", "Trusted by locals"],
|
||||
},
|
||||
{
|
||||
id: "m2", value: "1,300+", title: "Reviews", items: [
|
||||
"Verified experiences", "Highly recommended"],
|
||||
},
|
||||
{
|
||||
id: "m3", value: "Historic", title: "Braselton Location", items: [
|
||||
"Timeless atmosphere", "Premier setting"],
|
||||
},
|
||||
{ id: "m1", value: "4.6★", title: "Guest Rating", items: ["Consistent 5-star quality", "Trusted by locals"] },
|
||||
{ id: "m2", value: "1,300+", title: "Reviews", items: ["Verified experiences", "Highly recommended"] },
|
||||
{ id: "m3", value: "Historic", title: "Braselton Location", items: ["Timeless atmosphere", "Premier setting"] },
|
||||
]}
|
||||
title="Experience by the Numbers"
|
||||
description="Consistent quality, night after night."
|
||||
@@ -169,8 +120,7 @@ export default function LandingPage() {
|
||||
<div id="reservations" data-section="reservations">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Limited nightly seating"
|
||||
title="Reserve Your Table Tonight"
|
||||
description="Experience Braselton’s most celebrated steakhouse. Open Daily until 9 PM."
|
||||
|
||||
Reference in New Issue
Block a user