Update src/app/page.tsx
This commit is contained in:
246
src/app/page.tsx
246
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "experience",
|
||||
},
|
||||
name: "Experience", id: "experience"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Reserve",
|
||||
id: "reservation",
|
||||
},
|
||||
name: "Reserve", id: "reservation"},
|
||||
]}
|
||||
brandName="Juliana Coffee"
|
||||
/>
|
||||
@@ -56,42 +48,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Where Coffee, Comfort & Atmosphere Meet."
|
||||
description="Premium coffee, relaxing lounge vibes, and unforgettable evenings."
|
||||
tag="Juliana Coffee Shop"
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#reservation",
|
||||
},
|
||||
text: "Reserve a Table", href: "#reservation"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-table_23-2148773522.jpg",
|
||||
imageAlt: "Luxurious Coffee Lounge",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-table_23-2148773522.jpg", imageAlt: "Luxurious Coffee Lounge"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-city-lights_23-2148139051.jpg",
|
||||
imageAlt: "Football Match Night",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-cafe-window_1303-19184.jpg",
|
||||
imageAlt: "Young couple sitting in a cafe",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/best-friends-enjoying-time-together_23-2148395432.jpg",
|
||||
imageAlt: "Best friends enjoying time together",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-having-good-time_23-2148395331.jpg",
|
||||
imageAlt: "Low angle friends having a good time",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-city-lights_23-2148139051.jpg", imageAlt: "Football Match Night"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -106,19 +77,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Coffee,
|
||||
label: "Premium Roasts",
|
||||
value: "15+",
|
||||
},
|
||||
label: "Premium Roasts", value: "15+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Happy Guests",
|
||||
value: "50k+",
|
||||
},
|
||||
label: "Happy Guests", value: "50k+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Hospitality Rating",
|
||||
value: "4.9",
|
||||
},
|
||||
label: "Hospitality Rating", value: "4.9"},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -131,17 +96,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Impeccable Evening Service",
|
||||
"Clean, Comfortable AC Vibe",
|
||||
"Relaxing Lounge Atmosphere",
|
||||
],
|
||||
"Impeccable Evening Service", "Clean, Comfortable AC Vibe", "Relaxing Lounge Atmosphere"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Specialty Coffee Crafting",
|
||||
"Signature Shisha Flavors",
|
||||
"Live Football Screenings",
|
||||
],
|
||||
"Specialty Coffee Crafting", "Signature Shisha Flavors", "Live Football Screenings"],
|
||||
}}
|
||||
title="A Premium Evening Experience"
|
||||
description="We specialize in more than just coffee—we craft moments of relaxation and excitement."
|
||||
@@ -156,41 +115,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Spanish Latte",
|
||||
price: "$5.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiple-layer-coffee-drink_140725-6448.jpg",
|
||||
},
|
||||
id: "1", name: "Spanish Latte", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/multiple-layer-coffee-drink_140725-6448.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Pistachio Latte",
|
||||
price: "$6.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beverage-with-green-foam_140725-3310.jpg",
|
||||
},
|
||||
id: "2", name: "Pistachio Latte", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/beverage-with-green-foam_140725-3310.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Saffron Tea",
|
||||
price: "$4.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-coffee_23-2148422371.jpg",
|
||||
},
|
||||
id: "3", name: "Saffron Tea", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-coffee_23-2148422371.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Lotus Cheesecake",
|
||||
price: "$7.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheesecake-with-apple-slices-table_140725-2034.jpg",
|
||||
},
|
||||
id: "4", name: "Lotus Cheesecake", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/cheesecake-with-apple-slices-table_140725-2034.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Blueberry Mojito",
|
||||
price: "$6.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-drinks-with-blueberries-mint-ice_23-2148102612.jpg",
|
||||
},
|
||||
id: "5", name: "Blueberry Mojito", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-drinks-with-blueberries-mint-ice_23-2148102612.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Double Apple Shisha",
|
||||
price: "$15.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arabic-shisha-with-metallic-equipments_114579-3730.jpg",
|
||||
},
|
||||
id: "6", name: "Double Apple Shisha", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/arabic-shisha-with-metallic-equipments_114579-3730.jpg"},
|
||||
]}
|
||||
title="Signature Menu Preview"
|
||||
description="Handcrafted drinks and gourmet treats in a luxurious setting."
|
||||
@@ -205,25 +140,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Big Screen Visibility",
|
||||
description: "Crisp visuals from every angle.",
|
||||
icon: Tv,
|
||||
id: "m1", value: "100%", title: "Big Screen Visibility", description: "Crisp visuals from every angle.", icon: Tv,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
title: "Available Support",
|
||||
description: "Our team ensures comfort.",
|
||||
icon: Users,
|
||||
id: "m2", value: "24/7", title: "Available Support", description: "Our team ensures comfort.", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Unlimited",
|
||||
title: "Great Vibes",
|
||||
description: "Feel the match-day energy.",
|
||||
icon: Sparkles,
|
||||
id: "m3", value: "Unlimited", title: "Great Vibes", description: "Feel the match-day energy.", icon: Sparkles,
|
||||
},
|
||||
]}
|
||||
title="Experience Every Match"
|
||||
@@ -238,59 +161,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Ahmed",
|
||||
role: "Vocal Guest",
|
||||
company: "Local Patron",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-eating-together_23-2149143987.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Ahmed", role: "Vocal Guest", company: "Local Patron", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-eating-together_23-2149143987.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mohammed Ali",
|
||||
role: "Football Fan",
|
||||
company: "Regular",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hispanic-teenager-sitting-sofa-watching-football-match-smiling-happy-pointing-with-hand-finger-side_839833-19045.jpg",
|
||||
},
|
||||
id: "t2", name: "Mohammed Ali", role: "Football Fan", company: "Regular", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hispanic-teenager-sitting-sofa-watching-football-match-smiling-happy-pointing-with-hand-finger-side_839833-19045.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Fatima Z.",
|
||||
role: "Socialite",
|
||||
company: "Loyalist",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-blonde-curly-lady-trendy-silk-black-home-suit-smiles-widely-looks-into-camera-holds-l_197531-33672.jpg",
|
||||
},
|
||||
id: "t3", name: "Fatima Z.", role: "Socialite", company: "Loyalist", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-blonde-curly-lady-trendy-silk-black-home-suit-smiles-widely-looks-into-camera-holds-l_197531-33672.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Miller",
|
||||
role: "Expat",
|
||||
company: "Guest",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-four-friends-having-coffee-together_1139-1021.jpg",
|
||||
},
|
||||
id: "t4", name: "David Miller", role: "Expat", company: "Guest", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-four-friends-having-coffee-together_1139-1021.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Yasmine K.",
|
||||
role: "Lounge Lover",
|
||||
company: "Frequent",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreaming-about-something-beautiful-cheerful-young-beautiful-redhaired-woman-glasses-green-warm-wool-sweater-using-her-phone-notebook-while-sitting-her-working-place-cafe_627829-6806.jpg",
|
||||
},
|
||||
id: "t5", name: "Yasmine K.", role: "Lounge Lover", company: "Frequent", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreaming-about-something-beautiful-cheerful-young-beautiful-redhaired-woman-glasses-green-warm-wool-sweater-using-her-phone-notebook-while-sitting-her-working-place-cafe_627829-6806.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Review Rating",
|
||||
},
|
||||
value: "5.0", label: "Review Rating"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Client Satisfaction",
|
||||
},
|
||||
value: "100%", label: "Client Satisfaction"},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Social Mentions",
|
||||
},
|
||||
value: "500+", label: "Social Mentions"},
|
||||
]}
|
||||
title="Guest Voices"
|
||||
description="See why our lounge is the top destination for premium relaxation."
|
||||
@@ -306,35 +198,11 @@ export default function LandingPage() {
|
||||
description="Capturing our vibrant social life."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Lounge",
|
||||
title: "Coffee Steam",
|
||||
excerpt: "The perfect cup.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-haired-girl-smiles-because-sun-strokes-her-cheeks_8353-9131.jpg",
|
||||
authorName: "Staff",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-woman-restaurant-cafe-outdoor_624325-1183.jpg",
|
||||
date: "Jan 2025",
|
||||
},
|
||||
id: "b1", category: "Lounge", title: "Coffee Steam", excerpt: "The perfect cup.", imageSrc: "http://img.b2bpic.net/free-photo/red-haired-girl-smiles-because-sun-strokes-her-cheeks_8353-9131.jpg", authorName: "Staff", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-woman-restaurant-cafe-outdoor_624325-1183.jpg", date: "Jan 2025"},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Events",
|
||||
title: "Match Night",
|
||||
excerpt: "Unforgettable energy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-smoke-swirling-against-black-background_23-2148092698.jpg",
|
||||
authorName: "Staff",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiley-man-holding-beer-mug-pub_23-2148872459.jpg",
|
||||
date: "Jan 2025",
|
||||
},
|
||||
id: "b2", category: "Events", title: "Match Night", excerpt: "Unforgettable energy.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-smoke-swirling-against-black-background_23-2148092698.jpg", authorName: "Staff", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiley-man-holding-beer-mug-pub_23-2148872459.jpg", date: "Jan 2025"},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Interior",
|
||||
title: "Golden Hour",
|
||||
excerpt: "Elegance in design.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-flower_23-2149872261.jpg",
|
||||
authorName: "Staff",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-666.jpg",
|
||||
date: "Jan 2025",
|
||||
},
|
||||
id: "b3", category: "Interior", title: "Golden Hour", excerpt: "Elegance in design.", imageSrc: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-flower_23-2149872261.jpg", authorName: "Staff", authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-666.jpg", date: "Jan 2025"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -343,8 +211,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Reserve Today"
|
||||
title="Book Your Perfect Evening"
|
||||
description="Secure your table for football, shisha, or a quiet coffee meeting."
|
||||
@@ -359,42 +226,27 @@ export default function LandingPage() {
|
||||
logoText="Juliana Coffee"
|
||||
columns={[
|
||||
{
|
||||
title: "Visit Us",
|
||||
items: [
|
||||
title: "Visit Us", items: [
|
||||
{
|
||||
label: "Dubai, UAE",
|
||||
href: "#",
|
||||
},
|
||||
label: "Dubai, UAE", href: "#"},
|
||||
{
|
||||
label: "Open Daily 10AM-2AM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Open Daily 10AM-2AM", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "#",
|
||||
},
|
||||
label: "WhatsApp", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user