Merge version_2 into main #6
@@ -3,7 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
|
||||
export default function ServicesPage() {
|
||||
@@ -31,14 +31,14 @@ export default function ServicesPage() {
|
||||
brandName="GirlTribe.ng HairVogue"
|
||||
button={{ text: "Contact", href: "/#footer" }}
|
||||
/>
|
||||
<FeatureCardTwelve
|
||||
<FeatureCardTwentyEight
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ id: "f1", title: "Premium Wigs", subtitle: "Luxury", category: "Quality", value: "High-grade lace", buttons: [] },
|
||||
{ id: "f2", title: "Tailored Styling", subtitle: "Custom", category: "Service", value: "Professional fit", buttons: [] },
|
||||
{ id: "f3", title: "Revamping Services", subtitle: "Care", category: "Maintenance", value: "Deep cleansing", buttons: [] },
|
||||
{ id: "f1", title: "Premium Wigs", subtitle: "Luxury", category: "Quality", value: "High-grade lace" },
|
||||
{ id: "f2", title: "Tailored Styling", subtitle: "Custom", category: "Service", value: "Professional fit" },
|
||||
{ id: "f3", title: "Revamping Services", subtitle: "Care", category: "Maintenance", value: "Deep cleansing" },
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
description="We specialize in more than just hair sales; we provide complete care."
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
|
||||
export default function ShopPage() {
|
||||
@@ -31,15 +31,15 @@ export default function ShopPage() {
|
||||
brandName="GirlTribe.ng HairVogue"
|
||||
button={{ text: "Contact", href: "/#footer" }}
|
||||
/>
|
||||
<ProductCardTwo
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Signature Silk Wig", price: "$450", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1e3tzpyhUAZK8qmL9Val06w72/uploaded-1775665222685-dfrxqmlz.jpg" },
|
||||
{ id: "p2", name: "Elegant Bob Cut", price: "$280", imageSrc: "http://img.b2bpic.net/free-photo/beauty-black-mixed-race-african-american-woman-with-long-curly-hair-perfect-smile_633478-1938.jpg" },
|
||||
{ id: "p3", name: "Voluminous Wave", price: "$420", imageSrc: "http://img.b2bpic.net/free-photo/profile-shot-funny-carefree-blond-woman-hold-smartphone-raised-open-mouth-wide-yelling-recording-vid_1258-136492.jpg" },
|
||||
{ id: "p1", name: "Signature Silk Wig", price: "$450", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1e3tzpyhUAZK8qmL9Val06w72/uploaded-1775665222685-dfrxqmlz.jpg", brand: "GirlTribe", rating: 5, reviewCount: "128" },
|
||||
{ id: "p2", name: "Elegant Bob Cut", price: "$280", imageSrc: "https://images.unsplash.com/photo-1595476108170-65ec423d20a3", brand: "GirlTribe", rating: 4, reviewCount: "85" },
|
||||
{ id: "p3", name: "Voluminous Wave", price: "$420", imageSrc: "https://images.unsplash.com/photo-1597354964471-561b99ff815e", brand: "GirlTribe", rating: 5, reviewCount: "210" },
|
||||
]}
|
||||
title="Shop Our Collection"
|
||||
description="Explore our curated range of luxury wigs, designed for elegance."
|
||||
|
||||
Reference in New Issue
Block a user