From 49dd7f142d1681f7a309d7ad0bcce48a5b8c2181 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 20:55:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 298 +++++++++-------------------------------------- 1 file changed, 52 insertions(+), 246 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ab8bd7..8d755d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; +import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; @@ -22,60 +22,34 @@ export default function LandingPage() { contentWidth="medium" sizing="mediumLargeSizeMediumTitles" background="blurBottom" - cardStyle="gradient-bordered" - primaryButtonStyle="double-inset" - secondaryButtonStyle="radial-glow" + cardStyle="glass-depth" + primaryButtonStyle="primary-glow" + secondaryButtonStyle="glass" headingFontWeight="extrabold" >
@@ -119,42 +75,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { - id: "p1", - name: "Luxury Logo Design", - price: "Featured", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hvs1uf", - }, - { - id: "p2", - name: "TikTok Ad Creative", - price: "Featured", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zx584g", - }, - { - id: "p3", - name: "Apparel Design", - price: "Featured", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z2dndp", - }, - { - id: "p4", - name: "Packaging Mockup", - price: "Featured", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qce8c2", - }, - { - id: "p5", - name: "Shopify Banners", - price: "Featured", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=915wec", - }, - { - id: "p6", - name: "Brand Identity", - price: "Featured", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wai4ax", - }, + { id: "p1", name: "Luxury Logo Design", price: "Featured", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hvs1uf" }, + { id: "p2", name: "TikTok Ad Creative", price: "Featured", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zx584g" }, + { id: "p3", name: "Apparel Design", price: "Featured", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z2dndp" }, + { id: "p4", name: "Packaging Mockup", price: "Featured", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qce8c2" }, + { id: "p5", name: "Shopify Banners", price: "Featured", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=915wec" }, + { id: "p6", name: "Brand Identity", price: "Featured", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wai4ax" }, ]} title="Portfolio Gallery" description="A glimpse into our recent design work." @@ -167,26 +93,10 @@ export default function LandingPage() { title="Why Choose Grafik Tee Studio" tag="Advantages" metrics={[ - { - id: "m1", - value: "24h", - description: "Fast Delivery", - }, - { - id: "m2", - value: "100%", - description: "Unique Designs", - }, - { - id: "m3", - value: "Unlimited", - description: "Revisions", - }, - { - id: "m4", - value: "Commercial", - description: "Rights Included", - }, + { id: "m1", value: "24h", description: "Fast Delivery" }, + { id: "m2", value: "100%", description: "Unique Designs" }, + { id: "m3", value: "Unlimited", description: "Revisions" }, + { id: "m4", value: "Commercial", description: "Rights Included" }, ]} metricsAnimation="slide-up" /> @@ -198,41 +108,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "t1", - name: "Sarah Miller", - handle: "@sarah_fashion", - testimonial: "The best design work I have received. High quality and fast turnaround.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ff1iao", - }, - { - id: "t2", - name: "James Chen", - handle: "@chen_ecom", - testimonial: "Increased my Shopify conversion rate immediately with their banners.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t1x9lh", - }, - { - id: "t3", - name: "Elena Rodriguez", - handle: "@elena_brand", - testimonial: "Amazing packaging design. My products look professional now.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ty6xp0", - }, - { - id: "t4", - name: "Mike Davis", - handle: "@davis_tiktok", - testimonial: "Their TikTok ad creatives are absolute game changers for my brand.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g83mby", - }, - { - id: "t5", - name: "Lisa Wang", - handle: "@lisa_etsy", - testimonial: "Stunning visuals for my Etsy listings. Increased my sales significantly.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g2wjuv", - }, + { id: "t1", name: "Sarah Miller", handle: "@sarah_fashion", testimonial: "The best design work I have received. High quality and fast turnaround.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ff1iao" }, + { id: "t2", name: "James Chen", handle: "@chen_ecom", testimonial: "Increased my Shopify conversion rate immediately with their banners.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t1x9lh" }, + { id: "t3", name: "Elena Rodriguez", handle: "@elena_brand", testimonial: "Amazing packaging design. My products look professional now.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ty6xp0" }, + { id: "t4", name: "Mike Davis", handle: "@davis_tiktok", testimonial: "Their TikTok ad creatives are absolute game changers for my brand.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g83mby" }, + { id: "t5", name: "Lisa Wang", handle: "@lisa_etsy", testimonial: "Stunning visuals for my Etsy listings. Increased my sales significantly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g2wjuv" }, ]} title="Loved By Creators" description="See what our clients say about our design services." @@ -240,64 +120,14 @@ export default function LandingPage() {
-
-
-