Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d874cdcb6 | |||
| bb896811b6 | |||
| 1310d5ac6a | |||
| 4d7b313c1c | |||
| e6b5201a42 | |||
| d12b723127 | |||
| fcb26bff8b | |||
| 1d668e8aa4 |
@@ -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="Dania’s 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="Amman’s Favorite Specialty Coffee & Drink Lab"
|
||||
description="Experience the specialty coffee and warm community spirit that makes Dania’s the heart of Amman’s 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
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user