Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a79735c6df | |||
| 29082da118 |
165
src/app/page.tsx
165
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Menu",
|
name: "Menu", id: "menu"},
|
||||||
id: "menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Hushpuppy Seafood"
|
brandName="Hushpuppy Seafood"
|
||||||
/>
|
/>
|
||||||
@@ -52,15 +44,12 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardScroll
|
<HeroBillboardScroll
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="Vidor's Finest Seafood Tradition"
|
title="Vidor's Finest Seafood Tradition"
|
||||||
description="Experience authentic, hand-battered seafood and homemade hushpuppies served in a warm, inviting atmosphere right here in Vidor, TX."
|
description="Experience authentic, hand-battered seafood and homemade hushpuppies served in a warm, inviting atmosphere right here in Vidor, TX."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "View Our Menu",
|
text: "View Our Menu", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/chicken-nuggets-batter-sprinkled-with-grated-parmesan_140725-3229.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/chicken-nuggets-batter-sprinkled-with-grated-parmesan_140725-3229.jpg"
|
||||||
/>
|
/>
|
||||||
@@ -73,17 +62,11 @@ export default function LandingPage() {
|
|||||||
description="For years, Hushpuppy Seafood has been the heart of Vidor's dining scene. We pride ourselves on sourcing the freshest catch and maintaining time-honored recipes that make every bite memorable."
|
description="For years, Hushpuppy Seafood has been the heart of Vidor's dining scene. We pride ourselves on sourcing the freshest catch and maintaining time-honored recipes that make every bite memorable."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
value: "20+",
|
value: "20+", title: "Years Serving Vidor"},
|
||||||
title: "Years Serving Vidor",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "100%",
|
value: "100%", title: "Fresh Ingredients"},
|
||||||
title: "Fresh Ingredients",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "5k+",
|
value: "5k+", title: "Happy Diners"},
|
||||||
title: "Happy Diners",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-chef-chopping-raw-fish-wooden-board-pepper-grinder-flour-bowl-pomegranate-seeds-bowl-kitchen-table_179666-44277.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/front-view-chef-chopping-raw-fish-wooden-board-pepper-grinder-flour-bowl-pomegranate-seeds-bowl-kitchen-table_179666-44277.jpg"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
@@ -99,59 +82,23 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", brand: "Signature", name: "Golden Hushpuppies", price: "$8", rating: 5,
|
||||||
brand: "Signature",
|
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-served-with-goldy-chicken-nuggets-cooked-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-garlic-sauce-decorated-with-fresh-salad-cheese_132075-13070.jpg?_wi=1"},
|
||||||
name: "Golden Hushpuppies",
|
|
||||||
price: "$8",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "120",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-served-with-goldy-chicken-nuggets-cooked-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-garlic-sauce-decorated-with-fresh-salad-cheese_132075-13070.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", brand: "Classic", name: "Fried Catfish Platter", price: "$18", rating: 5,
|
||||||
brand: "Classic",
|
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-served-with-goldy-chicken-nuggets-cooked-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-garlic-sauce-decorated-with-fresh-salad-cheese_132075-13070.jpg?_wi=2"},
|
||||||
name: "Fried Catfish Platter",
|
|
||||||
price: "$18",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "89",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-served-with-goldy-chicken-nuggets-cooked-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-garlic-sauce-decorated-with-fresh-salad-cheese_132075-13070.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", brand: "Fresh", name: "Gulf Coast Shrimp", price: "$22", rating: 4,
|
||||||
brand: "Fresh",
|
reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-served-with-goldy-chicken-nuggets-cooked-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-garlic-sauce-decorated-with-fresh-salad-cheese_132075-13070.jpg?_wi=3"},
|
||||||
name: "Gulf Coast Shrimp",
|
|
||||||
price: "$22",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "56",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-served-with-goldy-chicken-nuggets-cooked-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-garlic-sauce-decorated-with-fresh-salad-cheese_132075-13070.jpg?_wi=3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", brand: "Daily", name: "Stuffed Crab Dinner", price: "$24", rating: 5,
|
||||||
brand: "Daily",
|
reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-served-with-goldy-chicken-nuggets-cooked-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-garlic-sauce-decorated-with-fresh-salad-cheese_132075-13070.jpg?_wi=4"},
|
||||||
name: "Stuffed Crab Dinner",
|
|
||||||
price: "$24",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "42",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-served-with-goldy-chicken-nuggets-cooked-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-garlic-sauce-decorated-with-fresh-salad-cheese_132075-13070.jpg?_wi=4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", brand: "House", name: "Oyster Platter", price: "$20", rating: 5,
|
||||||
brand: "House",
|
reviewCount: "78", imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-served-with-goldy-chicken-nuggets-cooked-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-garlic-sauce-decorated-with-fresh-salad-cheese_132075-13070.jpg?_wi=5"},
|
||||||
name: "Oyster Platter",
|
|
||||||
price: "$20",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "78",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-served-with-goldy-chicken-nuggets-cooked-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-garlic-sauce-decorated-with-fresh-salad-cheese_132075-13070.jpg?_wi=5",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", brand: "Combo", name: "Captain's Platter", price: "$28", rating: 5,
|
||||||
brand: "Combo",
|
reviewCount: "105", imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-served-with-goldy-chicken-nuggets-cooked-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-garlic-sauce-decorated-with-fresh-salad-cheese_132075-13070.jpg?_wi=6"},
|
||||||
name: "Captain's Platter",
|
|
||||||
price: "$28",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "105",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-served-with-goldy-chicken-nuggets-cooked-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-garlic-sauce-decorated-with-fresh-salad-cheese_132075-13070.jpg?_wi=6",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Signature Catch"
|
title="Our Signature Catch"
|
||||||
description="Hand-picked fresh ingredients prepared daily."
|
description="Hand-picked fresh ingredients prepared daily."
|
||||||
@@ -163,30 +110,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/woman-cooking-salmon-with-lemon_1398-1419.jpg?_wi=1"},
|
||||||
name: "Sarah Miller",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cooking-salmon-with-lemon_1398-1419.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/woman-cooking-salmon-with-lemon_1398-1419.jpg?_wi=2"},
|
||||||
name: "James Wilson",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cooking-salmon-with-lemon_1398-1419.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Emily Davis", imageSrc: "http://img.b2bpic.net/free-photo/woman-cooking-salmon-with-lemon_1398-1419.jpg?_wi=3"},
|
||||||
name: "Emily Davis",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cooking-salmon-with-lemon_1398-1419.jpg?_wi=3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Michael Brown", imageSrc: "http://img.b2bpic.net/free-photo/woman-cooking-salmon-with-lemon_1398-1419.jpg?_wi=4"},
|
||||||
name: "Michael Brown",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cooking-salmon-with-lemon_1398-1419.jpg?_wi=4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Linda Taylor", imageSrc: "http://img.b2bpic.net/free-photo/woman-cooking-salmon-with-lemon_1398-1419.jpg?_wi=5"},
|
||||||
name: "Linda Taylor",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cooking-salmon-with-lemon_1398-1419.jpg?_wi=5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
cardTitle="What Our Guests Say"
|
cardTitle="What Our Guests Say"
|
||||||
cardTag="Reviews"
|
cardTag="Reviews"
|
||||||
@@ -197,26 +129,18 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Join Us for Dinner"
|
title="Join Us for Dinner in Vidor"
|
||||||
description="Have questions or want to place a large order? Reach out and we'll be happy to assist."
|
description="Visit us at Hushpuppy Seafood Restaurant. We look forward to serving you the best catch in Vidor, Texas!"
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Your Name",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||||
type: "email",
|
|
||||||
placeholder: "Email Address",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Your Message", rows: 4,
|
||||||
placeholder: "Your Message",
|
|
||||||
rows: 4,
|
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg"
|
||||||
/>
|
/>
|
||||||
@@ -227,34 +151,23 @@ export default function LandingPage() {
|
|||||||
logoText="Hushpuppy Seafood"
|
logoText="Hushpuppy Seafood"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Visit Us",
|
title: "Visit Us", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Vidor, TX",
|
label: "Vidor, TX", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Menu",
|
title: "Menu", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Full Menu",
|
label: "Full Menu", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Follow",
|
title: "Follow", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Facebook",
|
label: "Facebook", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Instagram",
|
label: "Instagram", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -263,4 +176,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user