Update src/app/page.tsx

This commit is contained in:
2026-05-18 12:48:37 +00:00
parent 104d395f32
commit f96c122a76

View File

@@ -8,7 +8,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Sparkles, Star } from "lucide-react";
import { Star } from "lucide-react";
export default function SheinHomepage() {
return (
@@ -32,6 +32,7 @@ export default function SheinHomepage() {
{ name: "Connect", id: "connect" },
]}
brandName="SHEIN"
button={{ text: "Shop Now", href: "#best-sellers" }}
/>
<ProductCardTwo
title="Best Sellers"
@@ -39,6 +40,7 @@ export default function SheinHomepage() {
gridVariant="four-items-2x2-equal-grid"
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
products={[
{ id: "1", brand: "Shein", name: "Floral Summer Dress", price: "$29.99", rating: 4.8, reviewCount: "1.2k", imageSrc: "https://images.unsplash.com/photo-1572804013309-59a88b7e92f1?w=800&h=800&fit=crop" },
{ id: "2", brand: "Shein", name: "Classic Denim Jacket", price: "$45.00", rating: 4.7, reviewCount: "850", imageSrc: "https://images.unsplash.com/photo-1523275335684-37898b6baf30?w=800&h=800&fit=crop" },
@@ -51,6 +53,7 @@ export default function SheinHomepage() {
title="As Seen In"
description="Join millions of fashion enthusiasts worldwide."
textboxLayout="default"
useInvertedBackground={false}
/>
<TestimonialCardThirteen
title="Customer Love"
@@ -58,6 +61,7 @@ export default function SheinHomepage() {
showRating={true}
animationType="scale-rotate"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Jane Doe", handle: "@janedoe", testimonial: "The quality is incredible for the price!", rating: 5, icon: Star },
{ id: "2", name: "John Smith", handle: "@johnsmith", testimonial: "Fast shipping and stylish designs.", rating: 5, icon: Star },
@@ -69,6 +73,8 @@ export default function SheinHomepage() {
tag="Newsletter"
inputPlaceholder="Enter your email address"
buttonText="Subscribe"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
<FooterSimple
columns={[