8 Commits

Author SHA1 Message Date
2d874cdcb6 Merge version_4 into main
Merge version_4 into main
2026-05-08 14:25:45 +00:00
bb896811b6 Update src/app/page.tsx 2026-05-08 14:25:42 +00:00
1310d5ac6a Merge version_3 into main
Merge version_3 into main
2026-05-08 14:24:25 +00:00
4d7b313c1c Update src/app/page.tsx 2026-05-08 14:24:22 +00:00
e6b5201a42 Merge version_2 into main
Merge version_2 into main
2026-05-08 14:23:42 +00:00
d12b723127 Update src/app/page.tsx 2026-05-08 14:23:39 +00:00
fcb26bff8b Merge version_1 into main
Merge version_1 into main
2026-05-08 14:22:44 +00:00
1d668e8aa4 Merge version_1 into main
Merge version_1 into main
2026-05-08 14:22:19 +00:00

View File

@@ -9,6 +9,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Coffee, Droplets } from "lucide-react";
export default function LandingPage() {
return (
@@ -40,8 +41,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{ variant: "gradient-bars" }}
logoText="Danias Coffee house & drink lab"
description="Specialty coffee, handcrafted drinks, and a warm atmosphere made to feel like home in the heart of Al-Weibdeh."
logoText="Ammans Favorite Specialty Coffee & Drink Lab"
description="Experience the specialty coffee and warm community spirit that makes Danias the heart of Ammans coffee scene."
buttons={[
{ text: "Call Now", href: "tel:+962790829321" },
{ text: "WhatsApp", href: "https://wa.me/962790829321" },
@@ -60,13 +61,13 @@ export default function LandingPage() {
{
title: "Specialty Roasts", description: "Ethically sourced, locally roasted beans.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/iced-mocktails_1203-3088.jpg", imageAlt: "Specialty coffee"},
items: [],
items: [{ icon: Coffee, text: "Single Origin" }, { icon: Coffee, text: "Small Batch Roasted" }],
reverse: false
},
{
title: "Drink Lab", description: "Experimental mocktails that redefine flavors.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-adult-holding-sangria-glass_23-2149426422.jpg", imageAlt: "Drink lab"},
items: [],
items: [{ icon: Droplets, text: "House-made Syrups" }, { icon: Droplets, text: "Unique Botanical Blends" }],
reverse: true
},
{