diff --git a/src/app/page.tsx b/src/app/page.tsx
index ed52ff2..5330c64 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -4,13 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
-import HeroLogo from '@/components/sections/hero/HeroLogo';
+import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
-import { Headphones } from "lucide-react";
+import { Headphones, User, BarChart, Settings, Mail, Clock, ShieldCheck, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,40 +30,37 @@ export default function LandingPage() {
-
@@ -87,42 +84,12 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Mixing",
- price: "15,000 ₽+",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-technology-background-with-flowing-digital-particles_1048-15439.jpg?_wi=1",
- },
- {
- id: "p2",
- name: "Mastering",
- price: "6,000 ₽+",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-technology-background-with-flowing-digital-particles_1048-15439.jpg?_wi=2",
- },
- {
- id: "p3",
- name: "Beat Production",
- price: "10,000 ₽+",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-technology-background-with-flowing-digital-particles_1048-15439.jpg?_wi=3",
- },
- {
- id: "p4",
- name: "Full Production",
- price: "Custom",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-technology-background-with-flowing-digital-particles_1048-15439.jpg?_wi=4",
- },
- {
- id: "p5",
- name: "Vocal Edit",
- price: "From 5k",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-technology-background-with-flowing-digital-particles_1048-15439.jpg?_wi=5",
- },
- {
- id: "p6",
- name: "Sound Design",
- price: "Custom",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-technology-background-with-flowing-digital-particles_1048-15439.jpg?_wi=6",
- },
+ { id: "p1", name: "Mixing", price: "15,000 ₽+", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-technology-background-with-flowing-digital-particles_1048-15439.jpg?_wi=1" },
+ { id: "p2", name: "Mastering", price: "6,000 ₽+", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-technology-background-with-flowing-digital-particles_1048-15439.jpg?_wi=2" },
+ { id: "p3", name: "Beat Production", price: "10,000 ₽+", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-technology-background-with-flowing-digital-particles_1048-15439.jpg?_wi=3" },
+ { id: "p4", name: "Full Production", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-technology-background-with-flowing-digital-particles_1048-15439.jpg?_wi=4" },
+ { id: "p5", name: "Vocal Edit", price: "From 5k", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-technology-background-with-flowing-digital-particles_1048-15439.jpg?_wi=5" },
+ { id: "p6", name: "Sound Design", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-technology-background-with-flowing-digital-particles_1048-15439.jpg?_wi=6" },
]}
title="Services"
description="Professional sound services for artists and creators."
@@ -133,31 +100,11 @@ export default function LandingPage() {
@@ -204,18 +131,11 @@ export default function LandingPage() {
@@ -224,30 +144,10 @@ export default function LandingPage() {
logoText="ALGER"
columns={[
{
- title: "Connect",
- items: [
- {
- label: "Telegram",
- href: "#",
- },
- {
- label: "Instagram",
- href: "#",
- },
- ],
+ title: "Connect", items: [{ label: "Telegram", href: "#" }, { label: "Instagram", href: "#" }],
},
{
- title: "Studio",
- items: [
- {
- label: "Services",
- href: "#services",
- },
- {
- label: "Cases",
- href: "#cases",
- },
- ],
+ title: "Studio", items: [{ label: "Services", href: "#services" }, { label: "Cases", href: "#cases" }],
},
]}
/>
@@ -255,4 +155,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file