1 Commits

Author SHA1 Message Date
a5e6084fcb Update src/app/page.tsx 2026-04-03 15:24:47 +00:00

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Menu", name: "Menu", id: "products"},
id: "products",
},
{ {
name: "Experience", name: "Experience", id: "experience"},
id: "experience",
},
{ {
name: "Location", name: "Location", id: "location"},
id: "location",
},
]} ]}
brandName="Fact" brandName="Fact"
/> />
@@ -56,39 +48,23 @@ export default function LandingPage() {
description="Where Coffee Becomes an Experience. Premium specialty coffee in Kuwait. Crafted with precision. Served with warmth." description="Where Coffee Becomes an Experience. Premium specialty coffee in Kuwait. Crafted with precision. Served with warmth."
buttons={[ buttons={[
{ {
text: "Visit Us", text: "Visit Us", href: "#location"},
href: "#location",
},
{ {
text: "View Menu", text: "View Menu", href: "#products"},
href: "#products",
},
]} ]}
slides={[ slides={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/coffee-machine-making-perfect-cup-coffee_23-2151699658.jpg", imageSrc: "http://img.b2bpic.net/free-photo/coffee-machine-making-perfect-cup-coffee_23-2151699658.jpg", imageAlt: "Espresso Pouring"},
imageAlt: "Espresso Pouring",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-cup-with-coffee_23-2148892839.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-cup-with-coffee_23-2148892839.jpg", imageAlt: "Barista Crafting"},
imageAlt: "Barista Crafting",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-eating-restaurant_23-2150491788.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-eating-restaurant_23-2150491788.jpg", imageAlt: "Cozy Interior"},
imageAlt: "Cozy Interior",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-barista-pouring-boiling-water-coffee-filter_23-2148824410.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-barista-pouring-boiling-water-coffee-filter_23-2148824410.jpg", imageAlt: "V60 Brewing"},
imageAlt: "V60 Brewing",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9896.jpg", imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9896.jpg", imageAlt: "Flat White"},
imageAlt: "Flat White",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-anise-seeds-cinnamon-wooden-serving-plate-cookies-pinecones-berry-cake-notebook-dark-wooden-table_140725-90319.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-anise-seeds-cinnamon-wooden-serving-plate-cookies-pinecones-berry-cake-notebook-dark-wooden-table_140725-90319.jpg", imageAlt: "Signature Drink"},
imageAlt: "Signature Drink",
},
]} ]}
/> />
</div> </div>
@@ -100,59 +76,28 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah A.", role: "Coffee Enthusiast", company: "Kuwait City", rating: 5,
name: "Sarah A.", imageSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg"},
role: "Coffee Enthusiast",
company: "Kuwait City",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg",
},
{ {
id: "2", id: "2", name: "Mohammed K.", role: "Architect", company: "Kuwait City", rating: 5,
name: "Mohammed K.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-with-colorful-hair-black-apron-white-t-shirt-holding-handmade-little-bowl-dreamily-looking-camera-pottery-studio-isolated_574295-1028.jpg"},
role: "Architect",
company: "Kuwait City",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-with-colorful-hair-black-apron-white-t-shirt-holding-handmade-little-bowl-dreamily-looking-camera-pottery-studio-isolated_574295-1028.jpg",
},
{ {
id: "3", id: "3", name: "Layla H.", role: "Entrepreneur", company: "Kuwait City", rating: 5,
name: "Layla H.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-with-laptop_23-2147689175.jpg"},
role: "Entrepreneur",
company: "Kuwait City",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-with-laptop_23-2147689175.jpg",
},
{ {
id: "4", id: "4", name: "Omar F.", role: "Designer", company: "Kuwait City", rating: 5,
name: "Omar F.", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-coffee-balcony-morning_169016-22230.jpg"},
role: "Designer",
company: "Kuwait City",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-coffee-balcony-morning_169016-22230.jpg",
},
{ {
id: "5", id: "5", name: "Noora M.", role: "Student", company: "Kuwait City", rating: 5,
name: "Noora M.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-hot-chocolate_52683-102636.jpg"},
role: "Student",
company: "Kuwait City",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-hot-chocolate_52683-102636.jpg",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "4.9", value: "4.9", label: "Google Rating"},
label: "Google Rating",
},
{ {
value: "100+", value: "100+", label: "Daily Cups"},
label: "Daily Cups",
},
{ {
value: "Local", value: "Local", label: "Kuwait Favorite"},
label: "Kuwait Favorite",
},
]} ]}
title="What Our Guests Say" title="What Our Guests Say"
description="Hear from the community that makes Fact Specialty Coffee what it is." description="Hear from the community that makes Fact Specialty Coffee what it is."
@@ -167,59 +112,23 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "p1", id: "p1", brand: "Fact", name: "Espresso", price: "1.50 KD", rating: 5,
brand: "Fact", reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/old-style-asian-coffee-set_53876-147836.jpg"},
name: "Espresso",
price: "1.50 KD",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/old-style-asian-coffee-set_53876-147836.jpg",
},
{ {
id: "p2", id: "p2", brand: "Fact", name: "V60 Brew", price: "2.25 KD", rating: 5,
brand: "Fact", reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/male-barista-pouring-water-coffee-filter_23-2148824415.jpg"},
name: "V60 Brew",
price: "2.25 KD",
rating: 5,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-pouring-water-coffee-filter_23-2148824415.jpg",
},
{ {
id: "p3", id: "p3", brand: "Fact", name: "Flat White", price: "1.75 KD", rating: 4.8,
brand: "Fact", reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-latte-art-decoration_1150-6325.jpg"},
name: "Flat White",
price: "1.75 KD",
rating: 4.8,
reviewCount: "200",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-latte-art-decoration_1150-6325.jpg",
},
{ {
id: "p4", id: "p4", brand: "Fact", name: "Ceremonial Matcha", price: "2.00 KD", rating: 4.9,
brand: "Fact", reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/green-matcha-tea-still-life_23-2150768959.jpg"},
name: "Ceremonial Matcha",
price: "2.00 KD",
rating: 4.9,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/green-matcha-tea-still-life_23-2150768959.jpg",
},
{ {
id: "p5", id: "p5", brand: "Fact", name: "Seasonal Brew", price: "2.50 KD", rating: 5,
brand: "Fact", reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-plant-table_140725-8127.jpg"},
name: "Seasonal Brew",
price: "2.50 KD",
rating: 5,
reviewCount: "60",
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-plant-table_140725-8127.jpg",
},
{ {
id: "p6", id: "p6", brand: "Fact", name: "Signature Cold", price: "2.25 KD", rating: 4.7,
brand: "Fact", reviewCount: "140", imageSrc: "http://img.b2bpic.net/free-photo/glass-berry-cocktail-garnished-with-raspberry-blackberry-skewers_140725-6019.jpg"},
name: "Signature Cold",
price: "2.25 KD",
rating: 4.7,
reviewCount: "140",
imageSrc: "http://img.b2bpic.net/free-photo/glass-berry-cocktail-garnished-with-raspberry-blackberry-skewers_140725-6019.jpg",
},
]} ]}
title="Signature Coffee" title="Signature Coffee"
description="Crafted with specialty beans and precision methods." description="Crafted with specialty beans and precision methods."
@@ -233,17 +142,11 @@ export default function LandingPage() {
description="Discover a space designed for quiet focus, thoughtful conversation, and premium coffee craft. Perfectly balanced for your daily routine." description="Discover a space designed for quiet focus, thoughtful conversation, and premium coffee craft. Perfectly balanced for your daily routine."
metrics={[ metrics={[
{ {
value: "Quiet", value: "Quiet", title: "Ambience"},
title: "Ambience",
},
{ {
value: "Cozy", value: "Cozy", title: "Atmosphere"},
title: "Atmosphere",
},
{ {
value: "Premium", value: "Premium", title: "Experience"},
title: "Experience",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg" imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg"
imageAlt="Fact Interior" imageAlt="Fact Interior"
@@ -258,28 +161,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "Location", content: "Located in Kuwait City, central area."},
title: "Location",
content: "Located in Kuwait City, central area.",
},
{ {
id: "2", id: "2", title: "Opening Hours", content: "Daily 8:00 AM - 11:00 PM"},
title: "Opening Hours",
content: "Daily 8:00 AM - 11:00 PM",
},
{ {
id: "3", id: "3", title: "Instagram", content: "@fact_specialty"},
title: "Instagram",
content: "@factcoffee",
},
]} ]}
ctaTitle="Visit Fact Today" ctaTitle="Visit Fact Today"
ctaDescription="Experience one of Kuwaits finest specialty coffee spots. Located in the heart of the city." ctaDescription="Experience one of Kuwaits finest specialty coffee spots. Located in the heart of the city."
ctaIcon={MapPin} ctaIcon={MapPin}
ctaButton={{ ctaButton={{
text: "Get Directions", text: "Get Directions", href: "#"}}
href: "#",
}}
/> />
</div> </div>
@@ -287,37 +179,23 @@ export default function LandingPage() {
<FooterBaseReveal <FooterBaseReveal
columns={[ columns={[
{ {
title: "Fact Specialty", title: "Fact Specialty", items: [
items: [
{ {
label: "Home", label: "Home", href: "#hero"},
href: "#hero",
},
{ {
label: "Menu", label: "Menu", href: "#products"},
href: "#products",
},
{ {
label: "Experience", label: "Experience", href: "#experience"},
href: "#experience",
},
{ {
label: "Instagram", label: "Instagram", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ {
label: "Location", label: "Location", href: "#location"},
href: "#location",
},
{ {
label: "Email", label: "Email", href: "mailto:hello@fact.coffee"},
href: "mailto:hello@fact.coffee",
},
], ],
}, },
]} ]}