diff --git a/src/app/page.tsx b/src/app/page.tsx index 1829b98..ba74165 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; @@ -22,31 +22,19 @@ export default function LandingPage() { contentWidth="mediumSmall" sizing="largeSizeMediumTitles" background="circleGradient" - cardStyle="gradient-radial" + cardStyle="glass-depth" primaryButtonStyle="primary-glow" - secondaryButtonStyle="solid" + secondaryButtonStyle="glass" headingFontWeight="medium" >
-
@@ -228,96 +103,33 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - title: "Amazing Service", - quote: "The best shopping experience I've had.", - name: "Sarah J.", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cool-young-black-man-with-curly-hair-has-cheerful-expression_273609-8605.jpg", - }, - { - id: "t2", - title: "Quick Delivery", - quote: "My order arrived earlier than expected.", - name: "Mark D.", - role: "Buyer", - imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3143.jpg", - }, - { - id: "t3", - title: "Great Quality", - quote: "Every item I've bought has been perfect.", - name: "Emily P.", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", - }, - { - id: "t4", - title: "Helpful Support", - quote: "They helped me with my return seamlessly.", - name: "David L.", - role: "Buyer", - imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84733.jpg", - }, - { - id: "t5", - title: "Highly Recommended", - quote: "I'll be shopping here again for sure.", - name: "Julia M.", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg", - }, + { id: "t1", title: "Amazing Service", quote: "The best shopping experience I've had.", name: "Sarah J.", role: "Client" }, + { id: "t2", title: "Quick Delivery", quote: "My order arrived earlier than expected.", name: "Mark D.", role: "Buyer" } ]} title="Customer Stories" - description="What our users say about us." />
@@ -330,4 +142,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file