Merge version_1 into main #2
104
src/app/page.tsx
104
src/app/page.tsx
@@ -29,19 +29,16 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Order Now",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Order Now", id: "contact"},
|
||||
]}
|
||||
brandName="KFC"
|
||||
button={{
|
||||
text: "Order Online", href: "#menu"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -51,13 +48,9 @@ export default function LandingPage() {
|
||||
description="Get your favorite KFC meals delivered straight to your door. Fresh, crispy, and delicious."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Order Online", href: "#menu"},
|
||||
{
|
||||
text: "Find a Location",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Find a Location", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-view-american-food_23-2148454900.jpg"
|
||||
imageAlt="Iconic KFC Fried Chicken Bucket"
|
||||
@@ -72,33 +65,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Original Recipe Chicken",
|
||||
price: "$12.99",
|
||||
variant: "Bucket",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/from-fried-chicken-near-sauce_23-2147765436.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Original Recipe Chicken", price: "$12.99", variant: "Bucket", imageSrc: "http://img.b2bpic.net/free-photo/from-fried-chicken-near-sauce_23-2147765436.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Zinger Burger",
|
||||
price: "$6.49",
|
||||
variant: "Spicy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-classic-burgers-with-ketchup_23-2148290707.jpg",
|
||||
},
|
||||
id: "2", name: "Zinger Burger", price: "$6.49", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/close-up-classic-burgers-with-ketchup_23-2148290707.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Signature Fries",
|
||||
price: "$2.99",
|
||||
variant: "Large",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/ketchup-fries-friendship-day_1057-1364.jpg",
|
||||
},
|
||||
id: "3", name: "Signature Fries", price: "$2.99", variant: "Large", imageSrc: "http://img.b2bpic.net/free-vector/ketchup-fries-friendship-day_1057-1364.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Popcorn Chicken",
|
||||
price: "$4.99",
|
||||
variant: "Snack",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/from-fried-chicken-near-sauce_23-2147765436.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "Popcorn Chicken", price: "$4.99", variant: "Snack", imageSrc: "http://img.b2bpic.net/free-photo/from-fried-chicken-near-sauce_23-2147765436.jpg"},
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Choose from our signature crispy chicken, burgers, and side dishes."
|
||||
@@ -110,9 +83,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Quality You Can Trust"
|
||||
description={[
|
||||
"For over 70 years, we have been serving the world's most famous fried chicken.",
|
||||
"We use only fresh, farm-raised chicken and a secret blend of 11 herbs and spices.",
|
||||
]}
|
||||
"For over 70 years, we have been serving the world's most famous fried chicken.", "We use only fresh, farm-raised chicken and a secret blend of 11 herbs and spices."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -124,25 +95,15 @@ export default function LandingPage() {
|
||||
author="Sarah Miller"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-food-lover-eating_23-2149255959.jpg",
|
||||
alt: "Sarah",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-food-lover-eating_23-2149255959.jpg", alt: "Sarah"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
alt: "Mike",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", alt: "Mike"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-decided-dine-roadside-cafe-eating-hamburger_613910-4895.jpg",
|
||||
alt: "John",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-decided-dine-roadside-cafe-eating-hamburger_613910-4895.jpg", alt: "John"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-friends-fast-food-restaurant-eating-burgers_23-2148718870.jpg",
|
||||
alt: "Elena",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/group-friends-fast-food-restaurant-eating-burgers_23-2148718870.jpg", alt: "Elena"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-food-lover-eating_23-2149255959.jpg",
|
||||
alt: "David",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-food-lover-eating_23-2149255959.jpg", alt: "David"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -153,16 +114,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get Started"
|
||||
title="Ready to eat?"
|
||||
description="Order your favorite meals now through our online portal and get it delivered fast."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Ordering",
|
||||
href: "#",
|
||||
},
|
||||
text: "Start Ordering", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -171,29 +129,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "KFC",
|
||||
items: [
|
||||
title: "KFC", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Ordering",
|
||||
items: [
|
||||
title: "Ordering", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user