diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4e6047f..4ab279d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,56 +32,38 @@ export default function LandingPage() {
@@ -94,24 +76,16 @@ export default function LandingPage() {
metrics={[
{
icon: Flame,
- label: "Freshness",
- value: "Hot & Ready",
- },
+ label: "Freshness", value: "Hot & Ready"},
{
icon: Users,
- label: "Service",
- value: "Friendly",
- },
+ label: "Service", value: "Friendly"},
{
icon: Music,
- label: "Vibe",
- value: "Chill",
- },
+ label: "Vibe", value: "Chill"},
{
icon: Zap,
- label: "Sauce",
- value: "Legendary",
- },
+ label: "Sauce", value: "Legendary"},
]}
metricsAnimation="slide-up"
/>
@@ -125,41 +99,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Box Combo",
- price: "$12.99",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-with-french-fries-salad_23-2148646677.jpg",
- },
+ id: "1", name: "Box Combo", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-with-french-fries-salad_23-2148646677.jpg"},
{
- id: "2",
- name: "3 Tenders Meal",
- price: "$9.99",
- imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-drumsticks-white-plate-with-vegetables-high-quality-photo_114579-69085.jpg",
- },
+ id: "2", name: "3 Tenders Meal", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-drumsticks-white-plate-with-vegetables-high-quality-photo_114579-69085.jpg"},
{
- id: "3",
- name: "Chicken Sandwich",
- price: "$8.49",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-chicken-burger_23-2148699050.jpg",
- },
+ id: "3", name: "Chicken Sandwich", price: "$8.49", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-chicken-burger_23-2148699050.jpg"},
{
- id: "4",
- name: "Cane's Fries",
- price: "$3.99",
- imageSrc: "http://img.b2bpic.net/free-photo/wooden-bowl-full-with-hot-chips_114579-59856.jpg",
- },
+ id: "4", name: "Cane's Fries", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/wooden-bowl-full-with-hot-chips_114579-59856.jpg"},
{
- id: "5",
- name: "Lemonade",
- price: "$2.99",
- imageSrc: "http://img.b2bpic.net/free-photo/lemonade-drink-jar-glass-ingredients-wooden-tablexa_123827-23207.jpg",
- },
+ id: "5", name: "Lemonade", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/lemonade-drink-jar-glass-ingredients-wooden-tablexa_123827-23207.jpg"},
{
- id: "6",
- name: "Texas Toast",
- price: "$1.99",
- imageSrc: "http://img.b2bpic.net/free-photo/deep-fried-eggs-bread-slices-black-plate_114579-84102.jpg",
- },
+ id: "6", name: "Texas Toast", price: "$1.99", imageSrc: "http://img.b2bpic.net/free-photo/deep-fried-eggs-bread-slices-black-plate_114579-84102.jpg"},
]}
title="Our Classics"
description="Simple chicken done really well."
@@ -171,47 +121,23 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
+ description="Real feedback from our happy customers."
testimonials={[
{
- id: "1",
- name: "Sarah Johnson",
- handle: "@sarahj",
- testimonial: "Juicy, crispy, and cooked perfectly every time.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-handsome-barber-wearing-uniform-standing-with-closed-posture-closed-eyes-isolated-purple_141793-84239.jpg",
- },
+ id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Juicy, crispy, and cooked perfectly every time.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-handsome-barber-wearing-uniform-standing-with-closed-posture-closed-eyes-isolated-purple_141793-84239.jpg"},
{
- id: "2",
- name: "Michael Chen",
- handle: "@mchen",
- testimonial: "The staff actually care—best service I’ve had.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/waiter-serving-cup-coffee-customer_1170-634.jpg",
- },
+ id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "The staff actually care—best service I’ve had.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/waiter-serving-cup-coffee-customer_1170-634.jpg"},
{
- id: "3",
- name: "Emily Rodriguez",
- handle: "@emilyr",
- testimonial: "Perfect spot to chill with friends.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg",
- },
+ id: "3", name: "Emily Rodriguez", handle: "@emilyr", testimonial: "Perfect spot to chill with friends.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg"},
{
- id: "4",
- name: "David Kim",
- handle: "@dkim",
- testimonial: "Never disappoints. Legendary sauce!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
- },
+ id: "4", name: "David Kim", handle: "@dkim", testimonial: "Never disappoints. Legendary sauce!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg"},
{
- id: "5",
- name: "Alex Smith",
- handle: "@alexs",
- testimonial: "Best chicken spot in town hands down.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-joyful-woman-laughs-happily-keeps-arms-folded-expresses-positive-emotions-grins-from-happiness-dressed-casual-jumper-isolated-blue-wall-has-fun-hears-funny-joke_273609-44695.jpg",
- },
+ id: "5", name: "Alex Smith", handle: "@alexs", testimonial: "Best chicken spot in town hands down.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-joyful-woman-laughs-happily-keeps-arms-folded-expresses-positive-emotions-grins-from-happiness-dressed-casual-jumper-isolated-blue-wall-has-fun-hears-funny-joke_273609-44695.jpg"},
]}
showRating={true}
title="What People Say"
@@ -225,37 +151,22 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Atmosphere",
- description: "Chill vibes for everyone.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/people-eating-pizza_52683-111549.jpg",
- },
+ title: "Atmosphere", description: "Chill vibes for everyone.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/people-eating-pizza_52683-111549.jpg"},
items: [],
reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-cutlet-with-katsu-sauce-with-white-rice-broccoli-stone-table_127032-3538.jpg?_wi=2",
- imageAlt: "chill hangout atmosphere vibe",
},
{
- title: "Community",
- description: "Gather around great food.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-family-having-nice-thanksgiving-dinner-together_23-2149082336.jpg",
- },
+ title: "Community", description: "Gather around great food.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-family-having-nice-thanksgiving-dinner-together_23-2149082336.jpg"},
items: [],
reverse: true,
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-clinking-bottles_23-2149745567.jpg?_wi=2",
- imageAlt: "chill hangout atmosphere vibe",
},
{
- title: "Service",
- description: "Service with a real smile.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/bearded-waiter-holding-metal-tray_23-2148244980.jpg",
- },
+ title: "Service", description: "Service with a real smile.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/bearded-waiter-holding-metal-tray_23-2148244980.jpg"},
items: [],
reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-process-making-lollipops-from-natural-ingredients_169016-19564.jpg?_wi=2",
- imageAlt: "chill hangout atmosphere vibe",
},
]}
title="More Than Just Food"
@@ -269,20 +180,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "1",
- title: "Do you offer delivery?",
- content: "Yes, we partner with major apps.",
- },
+ id: "1", title: "Do you offer delivery?", content: "Yes, we partner with major apps."},
{
- id: "2",
- title: "Are there party platters?",
- content: "Yes, perfect for big crowds.",
- },
+ id: "2", title: "Are there party platters?", content: "Yes, perfect for big crowds."},
{
- id: "3",
- title: "Is the sauce gluten-free?",
- content: "Please check our allergen guide.",
- },
+ id: "3", title: "Is the sauce gluten-free?", content: "Please check our allergen guide."},
]}
title="Common Questions"
description="Got questions? We've got answers."
@@ -297,15 +199,9 @@ export default function LandingPage() {
description="Enter your zip code to get started with pickup or delivery."
inputs={[
{
- name: "zip",
- type: "text",
- placeholder: "Zip Code",
- },
+ name: "zip", type: "text", placeholder: "Zip Code"},
{
- name: "email",
- type: "email",
- placeholder: "Email Address",
- },
+ name: "email", type: "email", placeholder: "Email Address"},
]}
imageSrc="http://img.b2bpic.net/free-photo/exterior-shopfront-city_53876-144723.jpg"
/>
@@ -315,42 +211,27 @@ export default function LandingPage() {