From 32f8edbe2acc51725b0d7a135e1defb203624f70 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 13:30:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 120 ++++++++++++++--------------------------------- 1 file changed, 34 insertions(+), 86 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 410cd30..d94bfec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import BlogCardOne from '@/components/sections/blog/BlogCardOne'; import ContactText from '@/components/sections/contact/ContactText'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; @@ -29,33 +29,19 @@ export default function LandingPage() { @@ -64,19 +50,14 @@ export default function LandingPage() {
@@ -151,15 +111,7 @@ export default function LandingPage() { description="Stories from the studio." blogs={[ { - id: "b1", - category: "Fashion", - title: "The Art of Retirement", - excerpt: "Why we only print once.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATOBu8Mi1Iuqd148HefASU02iG/modern-urban-fashion-product-showcase-hi-1774704430727-59ba3ea3.png?_wi=4", - authorName: "Admin", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATOBu8Mi1Iuqd148HefASU02iG/modern-urban-fashion-product-showcase-hi-1774704430727-59ba3ea3.png", - date: "2026-01-01", - }, + id: "b1", category: "Fashion", title: "The Art of Retirement", excerpt: "Why we only print once.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATOBu8Mi1Iuqd148HefASU02iG/modern-urban-fashion-product-showcase-hi-1774704430727-59ba3ea3.png?_wi=4", authorName: "Admin", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATOBu8Mi1Iuqd148HefASU02iG/modern-urban-fashion-product-showcase-hi-1774704430727-59ba3ea3.png", date: "2026-01-01"}, ]} /> @@ -168,45 +120,41 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1