From 2d8ade47b75c9403782765c1df1212f5a5aea44e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 16:15:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f239902..bb998ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,6 @@ import React from 'react'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; @@ -54,27 +53,12 @@ export default function LandingPage() { { text: "Learn More", href: "#about-section" }, ]} buttonAnimation="slide-up" - imageSrc="https://img.b2bpic.net/free-photo/electronic-piano-guitar-room-interior_169016-20867.jpg" + videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A47KqSdGj7sEG8mcGU4TIVm5ml/uploaded-1771860987566-afmvzen0.mp4" imageAlt="Premium musical instruments displayed elegantly" ariaLabel="Hero section featuring premium musical instruments" /> -
- -
-