Merge version_2 into main #5
@@ -11,7 +11,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Award, Heart, MapPin, Sparkles, CheckCircle, Zap, Shield } from "lucide-react";
|
||||
import { Award, Heart, MapPin, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -65,6 +65,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186729.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,6 +73,7 @@ export default function LandingPage() {
|
||||
<FeatureCardTwentyEight
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{ id: "1", title: "Vorhänge nach Mass", subtitle: "Individuell abgestimmt", category: "Dekor", value: "Qualität" },
|
||||
{ id: "2", title: "Polsterarbeiten", subtitle: "Fachgerecht umgesetzt", category: "Reparatur", value: "Service" },
|
||||
@@ -103,6 +105,7 @@ export default function LandingPage() {
|
||||
<MetricCardOne
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", icon: MapPin, title: "Region", value: "Seetal", description: "Lokal verwurzelt" },
|
||||
|
||||
Reference in New Issue
Block a user