Merge version_2 into main #3
1435
src/app/layout.tsx
1435
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -9,7 +9,7 @@ import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
|
||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { Shield, Zap, Flame, Droplets, Hammer, Sun, Wrench, ClipboardList, TrendingUp, Images, Heart } from "lucide-react";
|
||||
import { Shield, Zap, Flame, Droplets, Hammer, Sun, Wrench, ClipboardList, TrendingUp, Images, Heart, Phone } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -47,7 +47,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Beratung anfragen", href: "#contact" },
|
||||
{ text: "Mehr erfahren", href: "#about" }
|
||||
{ text: "Jetzt anrufen", href: "tel:+493582872999" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "animated-grid" }}
|
||||
@@ -281,4 +281,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user