Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-05-20 16:41:11 +00:00

View File

@@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import TextAbout from '@/components/sections/about/TextAbout';
import { Coffee, MapPin, Sparkles, Star, Users, Phone } from "lucide-react";
import { Coffee, MapPin, Sparkles, Star, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -166,6 +166,8 @@ export default function LandingPage() {
title="Visit Us"
description="Located in the heart of the city at 123 Artisan Way. Reach us by phone at (555) 123-4567."
buttons={[{ text: "Call Us", href: "tel:+15551234567" }, { text: "Get Directions", href: "https://maps.google.com" }]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>