Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d791136ca3 | |||
| 58aab2c786 | |||
| 0511e3a0bc | |||
| bc0598bd50 | |||
| 21c6bb996e | |||
| c180146f82 |
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 ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||||
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
||||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
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() {
|
export default function HomePage() {
|
||||||
return (
|
return (
|
||||||
@@ -47,7 +47,7 @@ export default function HomePage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Beratung anfragen", href: "#contact" },
|
{ text: "Beratung anfragen", href: "#contact" },
|
||||||
{ text: "Mehr erfahren", href: "#about" }
|
{ text: "Jetzt anrufen", href: "tel:+493582872999" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="blur-reveal"
|
buttonAnimation="blur-reveal"
|
||||||
background={{ variant: "animated-grid" }}
|
background={{ variant: "animated-grid" }}
|
||||||
@@ -281,4 +281,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user