Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-05 10:23:08 +00:00

View File

@@ -28,26 +28,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Menu",
id: "/menu",
},
{
name: "Signature",
id: "/signature",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "Signature", id: "/signature" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
brandName="2H Coffee"
/>
@@ -56,80 +41,34 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Where Details Make the Difference"
description="قهوة محضّرة بإتقان، مشروبات سجنشر يحبّها الجميع، وتجربة راقية تبدأ بابتسامة — وحتى بطة صغيرة على كوبك."
kpis={[
{
value: "100%",
label: "Passion",
},
{
value: "Signature",
label: "Quality",
},
{
value: "Smile",
label: "Service",
},
{ value: "100%", label: "Passion" },
{ value: "Signature", label: "Quality" },
{ value: "Smile", label: "Service" },
]}
enableKpiAnimation={true}
buttons={[
{
text: "Experience the Signature",
href: "/signature",
},
{
text: "View Menu",
href: "/menu",
},
{ text: "Experience the Signature", href: "/signature" },
{ text: "View Menu", href: "/menu" },
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-cup-with-hot-drink-background-cozy-things-home-comfort-warmth-concept_169016-9651.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-cup-with-hot-drink-background-cozy-things-home-comfort-warmth-concept_169016-9651.jpg"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944020.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944020.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944020.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944020.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944020.jpg",
alt: "Customer 5",
},
{ src: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944020.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944020.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944020.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944020.jpg", alt: "Customer 4" },
{ src: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944020.jpg", alt: "Customer 5" },
]}
marqueeItems={[
{
type: "text",
text: "Artisanal Roasts",
},
{
type: "text",
text: "Duck Signature",
},
{
type: "text",
text: "Premium Karkadeh",
},
{
type: "text",
text: "Cozy Atmosphere",
},
{
type: "text",
text: "Handcrafted Daily",
},
{ type: "text", text: "Artisanal Roasts" },
{ type: "text", text: "Duck Signature" },
{ type: "text", text: "Premium Karkadeh" },
{ type: "text", text: "Cozy Atmosphere" },
{ type: "text", text: "Handcrafted Daily" },
]}
/>
</div>
@@ -141,48 +80,12 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Signature Coffee",
price: "Artisan Blend",
variant: "Velvety & Smooth",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cup-with-hot-drink-background-cozy-things-home-comfort-warmth-concept_169016-9651.jpg?_wi=2",
},
{
id: "2",
name: "Premium Iced Latte",
price: "Signature",
variant: "Artistic Duck Foam",
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-iced-coffee-break-outside_23-2149567229.jpg?_wi=1",
},
{
id: "3",
name: "House Karkadeh",
price: "Star",
variant: "Signature Hibiscus",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-sangria-peach-pink-flowers_23-2149454202.jpg",
},
{
id: "4",
name: "Cold Brew Gold",
price: "Premium",
variant: "Chocolate Notes",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg?_wi=1",
},
{
id: "5",
name: "Drip Specialty",
price: "Rare",
variant: "Single Origin",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cup-with-hot-drink-background-cozy-things-home-comfort-warmth-concept_169016-9651.jpg?_wi=3",
},
{
id: "6",
name: "Duck Signature Mocha",
price: "Special",
variant: "Velvety Cocoa",
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-iced-coffee-break-outside_23-2149567229.jpg?_wi=2",
},
{ id: "1", name: "Signature Coffee", price: "Artisan Blend", variant: "Velvety & Smooth", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cup-with-hot-drink-background-cozy-things-home-comfort-warmth-concept_169016-9651.jpg" },
{ id: "2", name: "Premium Iced Latte", price: "Signature", variant: "Artistic Duck Foam", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-iced-coffee-break-outside_23-2149567229.jpg" },
{ id: "3", name: "House Karkadeh", price: "Star", variant: "Signature Hibiscus", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sangria-peach-pink-flowers_23-2149454202.jpg" },
{ id: "4", name: "Cold Brew Gold", price: "Premium", variant: "Chocolate Notes", imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg" },
{ id: "5", name: "Drip Specialty", price: "Rare", variant: "Single Origin", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cup-with-hot-drink-background-cozy-things-home-comfort-warmth-concept_169016-9651.jpg" },
{ id: "6", name: "Duck Signature Mocha", price: "Special", variant: "Velvety Cocoa", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-iced-coffee-break-outside_23-2149567229.jpg" },
]}
title="Our Signature Creations"
description="مشروبات مصممة لتكون ذكرتك المفضّلة في اليوم — من أجود أنواع البن إلى أشهر كركديه في المنطقة."
@@ -191,49 +94,15 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Simran",
handle: "@simran",
testimonial: "The little duck on my coffee cup was the cutest touch.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944020.jpg?_wi=1",
},
{
id: "2",
name: "BK",
handle: "@bk",
testimonial: "المكان جميل... الكركديه لذيذ.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944020.jpg?_wi=2",
},
{
id: "3",
name: "Marwan",
handle: "@marwan",
testimonial: "أنصح بزيارته وتجربته... خصوصاً السجنشر.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944020.jpg?_wi=3",
},
{
id: "4",
name: "Mohammed",
handle: "@mohammed",
testimonial: "Best karkadeh ever 😍😍",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944020.jpg?_wi=4",
},
{
id: "5",
name: "Jamal",
handle: "@jamal",
testimonial: "الطعام: 5 | الخدمة: 5 | الأجواء: 5",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944020.jpg?_wi=5",
},
{ id: "1", name: "Simran", handle: "@simran", testimonial: "The little duck on my coffee cup was the cutest touch.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944020.jpg" },
{ id: "2", name: "BK", handle: "@bk", testimonial: "المكان جميل... الكركديه لذيذ.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944020.jpg" },
{ id: "3", name: "Marwan", handle: "@marwan", testimonial: "أنصح بزيارته وتجربته... خصوصاً السجنشر.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944020.jpg" },
{ id: "4", name: "Mohammed", handle: "@mohammed", testimonial: "Best karkadeh ever 😍😍", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944020.jpg" },
{ id: "5", name: "Jamal", handle: "@jamal", testimonial: "الطعام: 5 | الخدمة: 5 | الأجواء: 5", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944020.jpg" },
]}
showRating={true}
title="Loved By Our Community"
@@ -249,20 +118,8 @@ export default function LandingPage() {
title="Our Impact"
description="Coffee culture elevated by the numbers."
metrics={[
{
id: "1",
value: "500+",
title: "Cups Served",
description: "Handcrafted daily with love",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cup-with-hot-drink-background-cozy-things-home-comfort-warmth-concept_169016-9651.jpg?_wi=4",
},
{
id: "2",
value: "100%",
title: "Artisan Quality",
description: "Sourced from the best farms",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg?_wi=2",
},
{ id: "1", value: "500+", title: "Cups Served", description: "Handcrafted daily with love", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cup-with-hot-drink-background-cozy-things-home-comfort-warmth-concept_169016-9651.jpg" },
{ id: "2", value: "100%", title: "Artisan Quality", description: "Sourced from the best farms", imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg" },
]}
/>
</div>
@@ -270,16 +127,9 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
text="Ready to experience 2H Coffee?"
buttons={[
{
text: "Visit Us Today",
href: "/contact",
},
]}
buttons={[{ text: "Visit Us Today", href: "/contact" }]}
/>
</div>
@@ -287,45 +137,9 @@ export default function LandingPage() {
<FooterBaseCard
logoText="2H Coffee"
columns={[
{
title: "Menu",
items: [
{
label: "Signature Drinks",
href: "/signature",
},
{
label: "Full Menu",
href: "/menu",
},
],
},
{
title: "About",
items: [
{
label: "Our Story",
href: "/about",
},
{
label: "Contact Us",
href: "/contact",
},
],
},
{
title: "Visit",
items: [
{
label: "Location & Parking",
href: "/contact",
},
{
label: "Order Pickup",
href: "/contact",
},
],
},
{ title: "Menu", items: [{ label: "Signature Drinks", href: "/signature" }, { label: "Full Menu", href: "/menu" }] },
{ title: "About", items: [{ label: "Our Story", href: "/about" }, { label: "Contact Us", href: "/contact" }] },
{ title: "Visit", items: [{ label: "Location & Parking", href: "/contact" }, { label: "Order Pickup", href: "/contact" }] },
]}
copyrightText="Designed for Moments That Matter. © 2025 | 2H Coffee"
/>