From d7fe7e9017972a364e6ca1ef57e820a6685ff82d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 01:36:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 170 +++++++++++------------------------------------ 1 file changed, 39 insertions(+), 131 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3865daf..a1e2d83 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,6 +13,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import { Check, Instagram, Music, Twitter } from "lucide-react"; +import Link from "next/link"; export default function LandingPage() { return ( @@ -32,14 +33,10 @@ export default function LandingPage() { @@ -270,12 +182,8 @@ export default function LandingPage() { logoText="Melody Baku" copyrightText="© 2025 Melody Baku | Tüm Hakları Saklıdır" socialLinks={[ - { - icon: Instagram, - href: "#", ariaLabel: "Instagram"}, - { - icon: Twitter, - href: "#", ariaLabel: "Twitter"}, + { icon: Instagram, href: "#", ariaLabel: "Instagram" }, + { icon: Twitter, href: "#", ariaLabel: "Twitter" }, ]} />