Merge version_2 into main #3
@@ -8,7 +8,6 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import { ShoppingCart, Star, ArrowRight } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -57,6 +56,8 @@ export default function LandingPage() {
|
||||
description="Upgrade your daily essentials with our top-tier picks."
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Gadget Pro", price: "$99.00", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-tablet-stylus-earbuds_58702-17251.jpg?_wi=1" },
|
||||
{ id: "p2", name: "Elite Desk Mat", price: "$49.00", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147915902.jpg?_wi=1" }
|
||||
@@ -67,6 +68,8 @@ export default function LandingPage() {
|
||||
<div id="social" data-section="social">
|
||||
<SocialProofOne
|
||||
title="Trusted Worldwide"
|
||||
description="Industry leading partnerships."
|
||||
textboxLayout="default"
|
||||
names={["Acme Corp", "Global Tech", "Innovate Inc", "Future Solutions"]}
|
||||
useInvertedBackground={true}
|
||||
showCard={true}
|
||||
@@ -78,6 +81,7 @@ export default function LandingPage() {
|
||||
title="Customer Favorites"
|
||||
description="See why thousands trust our quality standards."
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
|
||||
Reference in New Issue
Block a user