Update src/app/page.tsx
This commit is contained in:
@@ -27,30 +27,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
href: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Location",
|
||||
id: "location",
|
||||
href: "/location",
|
||||
},
|
||||
name: "Location", id: "/location"},
|
||||
{
|
||||
name: "Order",
|
||||
id: "order",
|
||||
href: "/order",
|
||||
},
|
||||
name: "Order", id: "/order"},
|
||||
]}
|
||||
brandName="Mutt & Jeff's"
|
||||
/>
|
||||
@@ -59,24 +44,17 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
imagePosition="right"
|
||||
title="Where Homemade Meets Legendary."
|
||||
description="Scratch-made Southern favorites, generous portions, and the kind of service that keeps folks coming back for years."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "View Menu", href: "/menu"},
|
||||
{
|
||||
text: "Order Ahead",
|
||||
href: "/order",
|
||||
},
|
||||
text: "Order Ahead", href: "/order"},
|
||||
{
|
||||
text: "Find Us",
|
||||
href: "/location",
|
||||
},
|
||||
text: "Find Us", href: "/location"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-chicken-plate-with-wine_23-2147716927.jpg"
|
||||
imageAlt="Cinematic shot of chicken fried steak being plated with gravy"
|
||||
@@ -93,21 +71,13 @@ export default function LandingPage() {
|
||||
author="Our Valued Customers"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-delicious-cheese_23-2150062643.jpg",
|
||||
alt: "Happy customer Sarah",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-delicious-cheese_23-2150062643.jpg", alt: "Happy customer Sarah"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-enjoying-cup-coffee_23-2148953567.jpg",
|
||||
alt: "Satisfied diner Michael",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-enjoying-cup-coffee_23-2148953567.jpg", alt: "Satisfied diner Michael"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bearded-man-navy-t-shirt-happy-andpositive-pointing-with-index-fingers-standing-purple-wall_141793-82234.jpg",
|
||||
alt: "Friendly guest Emily",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/bearded-man-navy-t-shirt-happy-andpositive-pointing-with-index-fingers-standing-purple-wall_141793-82234.jpg", alt: "Friendly guest Emily"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blonde-woman-have-sushi-time-restaurant_496169-277.jpg",
|
||||
alt: "Smiling patron David",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blonde-woman-have-sushi-time-restaurant_496169-277.jpg", alt: "Smiling patron David"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -132,16 +102,10 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Homemade Everything",
|
||||
description: "From ranch dressing to mashed potatoes—crafted in-house daily with fresh ingredients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-cutlery-with-brown-wooden-desk-blue-background-spoon-fork-color-photo-kitchen_140725-31076.jpg",
|
||||
imageAlt: "Homemade icon",
|
||||
},
|
||||
title: "Homemade Everything", description: "From ranch dressing to mashed potatoes—crafted in-house daily with fresh ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-cutlery-with-brown-wooden-desk-blue-background-spoon-fork-color-photo-kitchen_140725-31076.jpg", imageAlt: "Homemade icon"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Southern Generosity",
|
||||
description: "Big portions. Real value. No shortcuts. We believe in satisfying your hunger.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/rounded-vegan-food-logotypes_23-2147560689.jpg",
|
||||
title: "Southern Generosity", description: "Big portions. Real value. No shortcuts. We believe in satisfying your hunger.", imageSrc: "http://img.b2bpic.net/free-vector/rounded-vegan-food-logotypes_23-2147560689.jpg", imageAlt: "Generosity icon"
|
||||
},
|
||||
]}
|
||||
title="Why People Love Mutt & Jeff’s"
|
||||
|
||||
Reference in New Issue
Block a user