Update src/app/page.tsx
This commit is contained in:
214
src/app/page.tsx
214
src/app/page.tsx
@@ -22,8 +22,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{ label: "Smash Burgers", href: "/menu" },
|
||||
{ label: "Loaded Fries", href: "/menu" },
|
||||
{ label: "Sandwiches", href: "/menu" },
|
||||
@@ -31,8 +30,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Find Us",
|
||||
items: [
|
||||
title: "Find Us", items: [
|
||||
{ label: "Current Location", href: "#find-truck" },
|
||||
{ label: "Event Schedule", href: "#find-truck" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
@@ -40,8 +38,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Catering", href: "#catering" },
|
||||
{ label: "Private Events", href: "#catering" },
|
||||
{ label: "Contact Us", href: "#" },
|
||||
@@ -49,8 +46,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Contact", href: "#" },
|
||||
@@ -76,9 +72,7 @@ export default function HomePage() {
|
||||
navItems={navItems}
|
||||
brandName="The Hook Orlando"
|
||||
button={{
|
||||
text: "Find The Truck Tonight",
|
||||
href: "#find-truck",
|
||||
}}
|
||||
text: "Find The Truck Tonight", href: "#find-truck"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -89,19 +83,13 @@ export default function HomePage() {
|
||||
background={{ variant: "plain" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g85isk",
|
||||
alt: "The Hook smash burger being prepared",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g85isk", alt: "The Hook smash burger being prepared"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Find The Truck Tonight",
|
||||
href: "#find-truck",
|
||||
},
|
||||
text: "Find The Truck Tonight", href: "#find-truck"},
|
||||
{
|
||||
text: "View The Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "View The Menu", href: "/menu"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="The Hook Orlando hero section"
|
||||
@@ -113,14 +101,7 @@ export default function HomePage() {
|
||||
title="Trusted by Orlando Foodie Community"
|
||||
description="4.8★ Rating | Thousands of Passionate Customers | Featured at Orlando's Best Food Festivals"
|
||||
names={[
|
||||
"Windermere Food Truck Night",
|
||||
"Tasty Takeover Festival",
|
||||
"Cranes Roost Events",
|
||||
"Orlando Food Truck Association",
|
||||
"Downtown Orlando Events",
|
||||
"Orange County Festivals",
|
||||
"Local Food Lovers",
|
||||
]}
|
||||
"Windermere Food Truck Night", "Tasty Takeover Festival", "Cranes Roost Events", "Orlando Food Truck Association", "Downtown Orlando Events", "Orange County Festivals", "Local Food Lovers"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -135,29 +116,11 @@ export default function HomePage() {
|
||||
description="Hand-crafted burgers and loaded sides that keep customers coming back. Fresh, bold, unforgettable."
|
||||
products={[
|
||||
{
|
||||
id: "hook-smash",
|
||||
name: "The Hook Smash Burger",
|
||||
price: "Market Price",
|
||||
variant: "Double Smashed, Gouda, Hook Sauce",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0xtl5d",
|
||||
imageAlt: "The Hook smash burger with double patties",
|
||||
},
|
||||
id: "hook-smash", name: "The Hook Smash Burger", price: "Market Price", variant: "Double Smashed, Gouda, Hook Sauce", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0xtl5d", imageAlt: "The Hook smash burger with double patties"},
|
||||
{
|
||||
id: "gouda-burger",
|
||||
name: "Gouda Burger",
|
||||
price: "Market Price",
|
||||
variant: "Smoked Gouda, Crispy Onions, Caramelized",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e7k66b&_wi=1",
|
||||
imageAlt: "Gouda burger with crispy golden onions",
|
||||
},
|
||||
id: "gouda-burger", name: "Gouda Burger", price: "Market Price", variant: "Smoked Gouda, Crispy Onions, Caramelized", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e7k66b&_wi=1", imageAlt: "Gouda burger with crispy golden onions"},
|
||||
{
|
||||
id: "brisket-fries",
|
||||
name: "Brisket Loaded Fries",
|
||||
price: "Market Price",
|
||||
variant: "Slow Cooked Brisket, House Sauce",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zm1qqa&_wi=1",
|
||||
imageAlt: "Loaded fries topped with brisket and sauce",
|
||||
},
|
||||
id: "brisket-fries", name: "Brisket Loaded Fries", price: "Market Price", variant: "Slow Cooked Brisket, House Sauce", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zm1qqa&_wi=1", imageAlt: "Loaded fries topped with brisket and sauce"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -165,9 +128,7 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "See The Full Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "See The Full Menu", href: "/menu"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Signature products section"
|
||||
@@ -181,28 +142,16 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Premium Beef Smashed Fresh",
|
||||
description:
|
||||
"Hand-selected beef smashed to perfection on the grill. The texture and flavor difference is legendary.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g85isk",
|
||||
imageAlt: "Beef being smashed on hot grill",
|
||||
},
|
||||
title: "Premium Beef Smashed Fresh", description:
|
||||
"Hand-selected beef smashed to perfection on the grill. The texture and flavor difference is legendary.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g85isk", imageAlt: "Beef being smashed on hot grill"},
|
||||
{
|
||||
id: 2,
|
||||
title: "House Made Sauces",
|
||||
description:
|
||||
"Our signature Hook sauce and specialty preparations are crafted daily using premium ingredients and secret recipes.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e7k66b&_wi=2",
|
||||
imageAlt: "Gourmet burger with house sauce",
|
||||
},
|
||||
title: "House Made Sauces", description:
|
||||
"Our signature Hook sauce and specialty preparations are crafted daily using premium ingredients and secret recipes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e7k66b&_wi=2", imageAlt: "Gourmet burger with house sauce"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Loaded Fries Everyone Talks About",
|
||||
description:
|
||||
"Crispy fries loaded with brisket, blue cheese, bacon, and our proprietary sauce. Not just a side—a destination.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zm1qqa&_wi=2",
|
||||
imageAlt: "Brisket loaded fries with sauce",
|
||||
},
|
||||
title: "Loaded Fries Everyone Talks About", description:
|
||||
"Crispy fries loaded with brisket, blue cheese, bacon, and our proprietary sauce. Not just a side—a destination.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zm1qqa&_wi=2", imageAlt: "Brisket loaded fries with sauce"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -216,53 +165,17 @@ export default function HomePage() {
|
||||
description="Hear why The Hook has become Orlando's most talked-about food truck."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jaxson W",
|
||||
handle: "@jaxson_orlando",
|
||||
testimonial: "Absolutely amazing classic burger. One of the best I've ever had.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hmdwu9",
|
||||
imageAlt: "Jaxson W customer",
|
||||
},
|
||||
id: "1", name: "Jaxson W", handle: "@jaxson_orlando", testimonial: "Absolutely amazing classic burger. One of the best I've ever had.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hmdwu9", imageAlt: "Jaxson W customer"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rebecca B",
|
||||
handle: "@foodie_rebecca",
|
||||
testimonial: "The Gouda burger is in my top 5 burgers ever. The flavor is insane.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=89dszg",
|
||||
imageAlt: "Rebecca B customer",
|
||||
},
|
||||
id: "2", name: "Rebecca B", handle: "@foodie_rebecca", testimonial: "The Gouda burger is in my top 5 burgers ever. The flavor is insane.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=89dszg", imageAlt: "Rebecca B customer"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Adam S",
|
||||
handle: "@adam_eats_orlando",
|
||||
testimonial: "Brisket fries were excellent. Highly recommended. Worth the wait.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9nku2g",
|
||||
imageAlt: "Adam S customer",
|
||||
},
|
||||
id: "3", name: "Adam S", handle: "@adam_eats_orlando", testimonial: "Brisket fries were excellent. Highly recommended. Worth the wait.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9nku2g", imageAlt: "Adam S customer"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Maria T",
|
||||
handle: "@maria_loves_food",
|
||||
testimonial: "Phenomenal smash burgers. Fresh ingredients, friendly owners. This is it.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mw2gc3",
|
||||
imageAlt: "Maria T customer",
|
||||
},
|
||||
id: "4", name: "Maria T", handle: "@maria_loves_food", testimonial: "Phenomenal smash burgers. Fresh ingredients, friendly owners. This is it.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mw2gc3", imageAlt: "Maria T customer"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David K",
|
||||
handle: "@david_foodtruck",
|
||||
testimonial: "Best burger I've had in years. Premium but worth every penny.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qorbco",
|
||||
imageAlt: "David K customer",
|
||||
},
|
||||
id: "5", name: "David K", handle: "@david_foodtruck", testimonial: "Best burger I've had in years. Premium but worth every penny.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qorbco", imageAlt: "David K customer"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Sarah M",
|
||||
handle: "@sarah_eats",
|
||||
testimonial: "Loaded fries are insane. The attention to detail is incredible.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4c1h5o",
|
||||
imageAlt: "Sarah M customer",
|
||||
},
|
||||
id: "6", name: "Sarah M", handle: "@sarah_eats", testimonial: "Loaded fries are insane. The attention to detail is incredible.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4c1h5o", imageAlt: "Sarah M customer"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -277,17 +190,11 @@ export default function HomePage() {
|
||||
description="We pop up across Orlando at festivals, events, and prime locations. Follow us on Instagram for real-time updates on our location and hours."
|
||||
metrics={[
|
||||
{
|
||||
value: "7+",
|
||||
title: "Events Per Month",
|
||||
},
|
||||
value: "7+", title: "Events Per Month"},
|
||||
{
|
||||
value: "4.8★",
|
||||
title: "Customer Rating",
|
||||
},
|
||||
value: "4.8★", title: "Customer Rating"},
|
||||
{
|
||||
value: "5K+",
|
||||
title: "Monthly Customers",
|
||||
},
|
||||
value: "5K+", title: "Monthly Customers"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7auoyb"
|
||||
imageAlt="The Hook food truck at Windermere Food Truck Night"
|
||||
@@ -304,62 +211,23 @@ export default function HomePage() {
|
||||
description="Perfect for corporate events, weddings, festivals, and private parties. Let us bring legendary burgers and loaded fries to your celebration."
|
||||
plans={[
|
||||
{
|
||||
id: "private",
|
||||
title: "Private Event",
|
||||
price: "Custom",
|
||||
period: "Minimum 25 guests",
|
||||
features: [
|
||||
"Fresh smash burgers made on-site",
|
||||
"Loaded fries and signature sides",
|
||||
"2-4 hour catering service",
|
||||
"Professional setup and cleanup",
|
||||
"Custom menu options available",
|
||||
],
|
||||
id: "private", title: "Private Event", price: "Custom", period: "Minimum 25 guests", features: [
|
||||
"Fresh smash burgers made on-site", "Loaded fries and signature sides", "2-4 hour catering service", "Professional setup and cleanup", "Custom menu options available"],
|
||||
button: {
|
||||
text: "Book The Truck",
|
||||
href: "#",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l12too&_wi=1",
|
||||
imageAlt: "Food truck catering at outdoor event",
|
||||
},
|
||||
text: "Book The Truck", href: "#"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l12too&_wi=1", imageAlt: "Food truck catering at outdoor event with burger and fries"},
|
||||
{
|
||||
id: "corporate",
|
||||
title: "Corporate Event",
|
||||
price: "Custom",
|
||||
period: "50+ guests",
|
||||
features: [
|
||||
"Bulk burger and fries service",
|
||||
"Full-day truck rental option",
|
||||
"Flexible menu customization",
|
||||
"Professional staff included",
|
||||
"Premium service experience",
|
||||
],
|
||||
id: "corporate", title: "Corporate Event", price: "Custom", period: "50+ guests", features: [
|
||||
"Bulk burger and fries service", "Full-day truck rental option", "Flexible menu customization", "Professional staff included", "Premium service experience"],
|
||||
button: {
|
||||
text: "Book The Truck",
|
||||
href: "#",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l12too&_wi=2",
|
||||
imageAlt: "Corporate catering with The Hook food truck",
|
||||
},
|
||||
text: "Book The Truck", href: "#"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l12too&_wi=2", imageAlt: "Corporate catering with The Hook burger and fries service"},
|
||||
{
|
||||
id: "festival",
|
||||
title: "Festival & Street Event",
|
||||
price: "Custom",
|
||||
period: "Any size",
|
||||
features: [
|
||||
"High-volume burger production",
|
||||
"Popular loaded fries varieties",
|
||||
"Festival-tested service model",
|
||||
"Quick turnaround times",
|
||||
"Event-day coordination",
|
||||
],
|
||||
id: "festival", title: "Festival & Street Event", price: "Custom", period: "Any size", features: [
|
||||
"High-volume burger production", "Popular loaded fries varieties", "Festival-tested service model", "Quick turnaround times", "Event-day coordination"],
|
||||
button: {
|
||||
text: "Book The Truck",
|
||||
href: "#",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l12too&_wi=3",
|
||||
imageAlt: "Festival food truck event service",
|
||||
},
|
||||
text: "Book The Truck", href: "#"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l12too&_wi=3", imageAlt: "Festival food truck event service with burgers and fries"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -378,4 +246,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user