From c0767ab86cdb7ab1cb851cfeea1350dfbc43a88b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 01:15:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2517bf1..52a7bae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial"; +import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve"; import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; @@ -44,7 +44,7 @@ export default function LandingPage() {
-
@@ -146,13 +144,16 @@ export default function LandingPage() { tagIcon={Smartphone} products={[ { - id: "mobile", brand: "Preview", name: "Mobile App Preview", price: "iPhone & Android", rating: 5, reviewCount: "Responsive", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap2STzcImh0GNbQphH8FKBKmmD/a-realistic-iphone-mockup-showing-the-ge-1773277643575-4e6cb368.png", imageAlt: "Mobile app preview on iPhone" + id: "mobile", brand: "Preview", name: "Mobile App Preview", price: "iPhone & Android", rating: 5, + reviewCount: "Responsive", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap2STzcImh0GNbQphH8FKBKmmD/a-realistic-iphone-mockup-showing-the-ge-1773277643575-4e6cb368.png", imageAlt: "Mobile app preview on iPhone" }, { - id: "tablet", brand: "Preview", name: "Tablet App Preview", price: "iPad & Tablets", rating: 5, reviewCount: "Optimized", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap2STzcImh0GNbQphH8FKBKmmD/a-realistic-ipad-tablet-mockup-displayin-1773277643935-01863d65.png", imageAlt: "Tablet app preview on iPad" + id: "tablet", brand: "Preview", name: "Tablet App Preview", price: "iPad & Tablets", rating: 5, + reviewCount: "Optimized", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap2STzcImh0GNbQphH8FKBKmmD/a-realistic-ipad-tablet-mockup-displayin-1773277643935-01863d65.png", imageAlt: "Tablet app preview on iPad" }, { - id: "desktop", brand: "Preview", name: "Desktop Web Preview", price: "Full Width", rating: 5, reviewCount: "Enhanced", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap2STzcImh0GNbQphH8FKBKmmD/a-desktop-web-browser-mockup-showing-the-1773277645516-55cf92e0.png", imageAlt: "Desktop web app preview" + id: "desktop", brand: "Preview", name: "Desktop Web Preview", price: "Full Width", rating: 5, + reviewCount: "Enhanced", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap2STzcImh0GNbQphH8FKBKmmD/a-desktop-web-browser-mockup-showing-the-1773277645516-55cf92e0.png", imageAlt: "Desktop web app preview" } ]} gridVariant="three-columns-all-equal-width"