diff --git a/src/app/page.tsx b/src/app/page.tsx
index fdd5a36..1f2a85e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,19 +29,16 @@ export default function LandingPage() {
@@ -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."]}
/>
@@ -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() {
@@ -171,29 +129,19 @@ export default function LandingPage() {