Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -8,7 +8,7 @@ import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
|||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
|||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072189.jpg", alt: "Still life of wireless cyberpunk headphones" },
|
{ src: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072189.jpg", alt: "Still life of wireless cyberpunk headphones" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/top-view-dvd-music-set_1150-6660.jpg", alt: "Top view DVD music set" },
|
{ src: "http://img.b2bpic.net/top-view-dvd-music-set_1150-6660.jpg", alt: "Top view DVD music set" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/sport-composition-with-modern-elements_23-2147913644.jpg", alt: "Sport composition with modern elements" },
|
{ src: "http://img.b2bpic.net/free-photo/sport-composition-with-modern-elements_23-2147913644.jpg", alt: "Sport composition with modern elements" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/top-view-stack-blue-conserves_23-2148785250.jpg", alt: "Top view stack of blue conserves" },
|
{ src: "http://img.b2bpic.net/free-photo/top-view-stack-blue-conserves_23-2148785250.jpg", alt: "Top view stack of blue conserves" },
|
||||||
{ src: "http://img.b2bpic.net/medium-shot-people-looking-jewelry_23-2149726818.jpg", alt: "Medium shot people looking at jewelry" }
|
{ src: "http://img.b2bpic.net/medium-shot-people-looking-jewelry_23-2149726818.jpg", alt: "Medium shot people looking at jewelry" }
|
||||||
@@ -86,18 +86,15 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products">
|
||||||
<ProductCardOne
|
<ProductCardTwo
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{ id: "p1", name: "Premium Cables", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/usb-cable-type-c-white-isolated-background_58702-4529.jpg" },
|
{ id: "p1", brand: "KS", name: "Premium Cables", price: "$15.00", rating: 4.8, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/usb-cable-type-c-white-isolated-background_58702-4529.jpg" },
|
||||||
{ id: "p2", name: "Fast Power Bank", price: "$45.00", imageSrc: "http://img.b2bpic.net/phone-mobile-connect-battery-power-bank_93675-129415.jpg" },
|
{ id: "p2", brand: "KS", name: "Fast Power Bank", price: "$45.00", rating: 4.9, reviewCount: "85", imageSrc: "http://img.b2bpic.net/phone-mobile-connect-battery-power-bank_93675-129415.jpg" },
|
||||||
{ id: "p3", name: "Smart Home Hub", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/devices-assortment-table_23-2148994218.jpg" },
|
{ id: "p3", brand: "KS", name: "Smart Home Hub", price: "$89.00", rating: 4.7, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/devices-assortment-table_23-2148994218.jpg" }
|
||||||
{ id: "p4", name: "Gaming Keyboard", price: "$65.00", imageSrc: "http://img.b2bpic.net/free-photo/party-space-ready-online-celebration_23-2149347242.jpg" },
|
|
||||||
{ id: "p5", name: "Fitness Tracker", price: "$120.00", imageSrc: "http://img.b2bpic.net/free-photo/smartwatch-submerged_23-2148109745.jpg" },
|
|
||||||
{ id: "p6", name: "Portable Speaker", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/digital-display-measures-health-temperature-precision-ready-generated-by-ai_188544-13416.jpg" }
|
|
||||||
]}
|
]}
|
||||||
title="Trending Tech"
|
title="Trending Tech"
|
||||||
description="Explore our curated selection of top-tier electronics and essential accessories."
|
description="Explore our curated selection of top-tier electronics and essential accessories."
|
||||||
@@ -137,9 +134,7 @@ export default function LandingPage() {
|
|||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "1", name: "Alex", handle: "@alex", testimonial: "Excellent quality gadgets!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friendly-woman-holding-shopping-bags_1098-1574.jpg" },
|
{ id: "1", name: "Alex", handle: "@alex", testimonial: "Excellent quality gadgets!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friendly-woman-holding-shopping-bags_1098-1574.jpg" },
|
||||||
{ id: "2", name: "Jane", handle: "@jane", testimonial: "Super fast delivery.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-green-eyed-brunette-woman-hair-band-white-t-shirt-against-wall-windows-cacti_197531-17042.jpg" },
|
{ id: "2", name: "Jane", handle: "@jane", testimonial: "Super fast delivery.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-green-eyed-brunette-woman-hair-band-white-t-shirt-against-wall-windows-cacti_197531-17042.jpg" },
|
||||||
{ id: "3", name: "Bob", handle: "@bob", testimonial: "Amazing customer support.", imageSrc: "http://img.b2bpic.net/pleased-young-blonde-slavic-woman-holding-phone-showing-okey-gesture_141793-81559.jpg" },
|
{ id: "3", name: "Bob", handle: "@bob", testimonial: "Amazing customer support.", imageSrc: "http://img.b2bpic.net/pleased-young-blonde-slavic-woman-holding-phone-showing-okey-gesture_141793-81559.jpg" }
|
||||||
{ id: "4", name: "Sue", handle: "@sue", testimonial: "Highly recommended shop.", imageSrc: "http://img.b2bpic.net/high-angle-teacher-holding-headphones_23-2148618640.jpg" },
|
|
||||||
{ id: "5", name: "Mark", handle: "@mark", testimonial: "Best prices in town.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-curly-sitting-bicycle-using-smartphone_171337-12054.jpg" }
|
|
||||||
]}
|
]}
|
||||||
title="Customer Stories"
|
title="Customer Stories"
|
||||||
description="See why our customers love us."
|
description="See why our customers love us."
|
||||||
|
|||||||
Reference in New Issue
Block a user