Update src/app/page.tsx

This commit is contained in:
2026-06-03 06:14:55 +00:00
parent abbccd9c74
commit aa5b762be9

View File

@@ -8,7 +8,7 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
@@ -36,8 +36,6 @@ export default function LandingPage() {
name: "Home", id: "#home"},
{
name: "About", id: "#about"},
{
name: "Products", id: "#products"},
{
name: "Testimonials", id: "#testimonials"},
{
@@ -116,31 +114,6 @@ export default function LandingPage() {
/>
</div>
<div id="products" data-section="products">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="bento-grid"
useInvertedBackground={true}
products={[
{
id: "prod-1", name: "Elegant Ceramic Vase", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-candles-protea-bouquet_169016-19136.jpg", imageAlt: "Minimalist ceramic vase"},
{
id: "prod-2", name: "Luxury Leather Wallet", price: "$79.00", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accesories-hands_158538-9446.jpg", imageAlt: "Luxury leather wallet"},
{
id: "prod-3", name: "Eco-Friendly Travel Mug", price: "$24.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-reusable-cups-with-plastic-cups_23-2148780280.jpg", imageAlt: "Eco-friendly travel mug"},
{
id: "prod-4", name: "Wireless Noise-Cancelling Earbuds", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-with-headphones-young-woman-with-wireless-headphones_169016-61975.jpg", imageAlt: "Wireless noise-cancelling earbuds"},
{
id: "prod-5", name: "Organic Cotton T-Shirt", price: "$35.00", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-69526.jpg", imageAlt: "Organic cotton t-shirt"},
{
id: "prod-6", name: "Artisan Scented Candle", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/cozy-composition-with-ceramic-cup-candles-knitted-element_169016-12958.jpg", imageAlt: "Artisan scented candle"},
]}
title="Our Exclusive Collection"
description="Browse our handpicked selection of top-quality items. Find what you love and order with ease, with new arrivals regularly!"
/>
</div>
<div id="social-proof" data-section="social-proof">
<SocialProofOne
textboxLayout="default"