diff --git a/src/app/page.tsx b/src/app/page.tsx
index 66e7a4d..6191c18 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,18 +31,9 @@ export default function LandingPage() {
@@ -50,43 +41,17 @@ export default function LandingPage() {
@@ -137,60 +89,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "1",
- brand: "Coffee",
- name: "Tiramisu Latte",
- price: "$6.50",
- rating: 5,
- reviewCount: "128",
- imageSrc: "http://img.b2bpic.net/free-photo/latte-art-heart_23-2151961342.jpg?_wi=1",
- },
- {
- id: "2",
- brand: "Pastry",
- name: "Strawberry Croffle",
- price: "$5.00",
- rating: 5,
- reviewCount: "92",
- imageSrc: "http://img.b2bpic.net/free-photo/sweet-delicious-raspberry-cookies-with-ripe-raspberries-top-view_114579-4714.jpg",
- },
- {
- id: "3",
- brand: "Coffee",
- name: "Gingerbread Latte",
- price: "$6.00",
- rating: 4,
- reviewCount: "85",
- imageSrc: "http://img.b2bpic.net/free-photo/girls-near-windows_1157-4345.jpg",
- },
- {
- id: "4",
- brand: "Coffee",
- name: "Cappuccino",
- price: "$4.50",
- rating: 5,
- reviewCount: "210",
- imageSrc: "http://img.b2bpic.net/free-photo/steel-italian-mug-bar-two_1172-308.jpg",
- },
- {
- id: "5",
- brand: "Coffee",
- name: "Golden Caramel Coffee",
- price: "$5.50",
- rating: 5,
- reviewCount: "74",
- imageSrc: "http://img.b2bpic.net/free-photo/coffee-french-press-with-glass-water-coffee-beans-table_140725-10916.jpg",
- },
- {
- id: "6",
- brand: "Pastry",
- name: "Butter Croissant",
- price: "$4.00",
- rating: 5,
- reviewCount: "105",
- imageSrc: "http://img.b2bpic.net/free-photo/tasty-morning-pastry-coffee-display-traditional-city-cafe_613910-18517.jpg",
- },
+ { id: "1", brand: "Coffee", name: "Tiramisu Latte", price: "$6.50", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/latte-art-heart_23-2151961342.jpg" },
+ { id: "2", brand: "Pastry", name: "Strawberry Croffle", price: "$5.00", rating: 5, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/sweet-delicious-raspberry-cookies-with-ripe-raspberries-top-view_114579-4714.jpg" },
+ { id: "3", brand: "Coffee", name: "Gingerbread Latte", price: "$6.00", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/girls-near-windows_1157-4345.jpg" },
]}
title="Customer Favorites"
description="Handcrafted drinks and pastries, made with intention."
@@ -203,57 +104,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "Study Friendly",
- description: "Calm seating for students and remote workers.",
- icon: BookOpen,
- mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-table-restaurant-seen-from-window-glass_23-2147861906.jpg",
- imageAlt: "Calm cafe seating nook",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-asian-woman-friends-reunion_23-2149244680.jpg",
- imageAlt: "Modern minimal cafe interior",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/warm-cup-tea-rainy-afternoon-steam-rising-soft-golden-light-that-filters-through-rainstreaked-windows_73899-27535.jpg?_wi=2",
- imageAlt: "calm cafe seating nook",
- },
- {
- title: "Fast WiFi",
- description: "Reliable connection for all your needs.",
- icon: Wifi,
- mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-restaurant_1339-5436.jpg",
- imageAlt: "Modern minimal cafe interior",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-lady-wearing-hat-glasses-using-cellphone_171337-19568.jpg",
- imageAlt: "Calm cafe seating nook",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/dreamy-stylish-girl-with-blonde-hair-pink-lips-sitting-coffee-shop-with-wooden-chairs-table-she-holds-cup-cofee-touches-her-hair_197531-102.jpg?_wi=2",
- imageAlt: "calm cafe seating nook",
- },
- {
- title: "Welcoming Staff",
- description: "Friendly faces to brighten your day.",
- icon: Smile,
- mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064702.jpg",
- imageAlt: "Calm cafe seating nook",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg",
- imageAlt: "Modern minimal cafe interior",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/latte-art-heart_23-2151961342.jpg?_wi=2",
- imageAlt: "calm cafe seating nook",
- },
+ { title: "Study Friendly", description: "Calm seating for students and remote workers.", icon: BookOpen, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-table-restaurant-seen-from-window-glass_23-2147861906.jpg", imageAlt: "Calm cafe seating nook" }, { imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-asian-woman-friends-reunion_23-2149244680.jpg", imageAlt: "Modern minimal cafe interior" }] },
+ { title: "Fast WiFi", description: "Reliable connection for all your needs.", icon: Wifi, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-restaurant_1339-5436.jpg", imageAlt: "Modern minimal cafe interior" }, { imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-lady-wearing-hat-glasses-using-cellphone_171337-19568.jpg", imageAlt: "Calm cafe seating nook" }] },
+ { title: "Welcoming Staff", description: "Friendly faces to brighten your day.", icon: Smile, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064702.jpg", imageAlt: "Calm cafe seating nook" }, { imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg", imageAlt: "Modern minimal cafe interior" }] },
]}
title="A Quiet Space in the City"
description="Designed for focus, reflection, and quiet company."
@@ -265,47 +118,10 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
+ description="We love our customers."
testimonials={[
- {
- id: "1",
- name: "Sarah Johnson",
- handle: "@sarahj",
- testimonial: "Best cappuccino I've ever had.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005452.jpg",
- },
- {
- id: "2",
- name: "Michael Chen",
- handle: "@mchen",
- testimonial: "Perfect for focus or relaxation.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-relaxing-time-home_23-2149106986.jpg",
- },
- {
- id: "3",
- name: "Emily Rodriguez",
- handle: "@emilyrod",
- testimonial: "Tiramisu latte is addictive.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-with-paper-bags-holding-coffee-cup_23-2147688358.jpg",
- },
- {
- id: "4",
- name: "David Kim",
- handle: "@dkim",
- testimonial: "Hidden gem worth finding.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-orange-juice_1157-32296.jpg",
- },
- {
- id: "5",
- name: "Chloe Wang",
- handle: "@chloew",
- testimonial: "So quiet and peaceful.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-white-headphones-smoothie-table_1157-2107.jpg",
- },
+ { id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Best cappuccino I've ever had.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005452.jpg" },
+ { id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Perfect for focus or relaxation.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-relaxing-time-home_23-2149106986.jpg" },
]}
showRating={true}
title="What Customers Are Saying"
@@ -318,18 +134,8 @@ export default function LandingPage() {
title="Visit Kore Bakery"
description="Find us in the heart of the city."
inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
- },
- {
- name: "email",
- type: "email",
- placeholder: "Your Email",
- required: true,
- },
+ { name: "name", type: "text", placeholder: "Your Name", required: true },
+ { name: "email", type: "email", placeholder: "Your Email", required: true },
]}
imageSrc="http://img.b2bpic.net/free-photo/china-stairs-stone-tiles-old-water_1417-577.jpg"
imageAlt="Hidden chinatown cafe exterior"
@@ -339,32 +145,8 @@ export default function LandingPage() {