Merge version_1 into main #3
@@ -9,7 +9,7 @@ import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/F
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Sparkles, Zap, ShoppingBag, CheckCircle, Star, Heart, HelpCircle, Instagram, Facebook, MessageCircle, Mail, Dress, Jacket, Shirt, Users } from "lucide-react";
|
||||
import { Sparkles, Zap, ShoppingBag, CheckCircle, Star, Heart, HelpCircle, Instagram, Facebook, MessageCircle, Mail, Shirt, Users } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -99,10 +99,10 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
icon: Dress,
|
||||
icon: Heart,
|
||||
title: "Dresses & Skirts", description: "Elegant and bold designs for every occasion. From casual to formal, find your perfect fit."},
|
||||
{
|
||||
icon: Jacket,
|
||||
icon: Zap,
|
||||
title: "Jackets & Outerwear", description: "Premium layers that elevate your look. Quality crafted for durability and style."},
|
||||
{
|
||||
icon: Shirt,
|
||||
@@ -151,23 +151,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah M.", handle: "@sarahstyle92", testimonial: "AURA changed my entire wardrobe. The quality and style are unmatched. Every piece feels premium and lasts forever!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-holding-shopping-bags-make-selfie-by-camera-clothing-store_839833-1916.jpg", imageAlt: "Customer Sarah smiling in AURA outfit"},
|
||||
id: "1", name: "Sarah M.", handle: "@sarahstyle92", testimonial: "AURA changed my entire wardrobe. The quality and style are unmatched. Every piece feels premium and lasts forever!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-holding-shopping-bags-make-selfie-by-camera-clothing-store_839833-1916.jpg", imageAlt: "Customer Sarah smiling in AURA outfit"},
|
||||
{
|
||||
id: "2", name: "Aisha K.", handle: "@aishafashion", testimonial: "Finally found a brand that understands modern fashion. AURA's minimalist approach is exactly what I was looking for.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Customer Aisha in AURA collection"},
|
||||
id: "2", name: "Aisha K.", handle: "@aishafashion", testimonial: "Finally found a brand that understands modern fashion. AURA's minimalist approach is exactly what I was looking for.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Customer Aisha in AURA collection"},
|
||||
{
|
||||
id: "3", name: "Maya R.", handle: "@mayalooks", testimonial: "The WhatsApp ordering system is so convenient! Customer service is incredibly fast and helpful. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friendly-woman-holding-shopping-bags_1098-1574.jpg", imageAlt: "Customer Maya wearing AURA pieces"},
|
||||
id: "3", name: "Maya R.", handle: "@mayalooks", testimonial: "The WhatsApp ordering system is so convenient! Customer service is incredibly fast and helpful. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-friendly-woman-holding-shopping-bags_1098-1574.jpg", imageAlt: "Customer Maya wearing AURA pieces"},
|
||||
{
|
||||
id: "4", name: "Layla Z.", handle: "@laylabeauty", testimonial: "Incredible quality for the price. Shipping to Algeria was quick. I've already ordered twice!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", imageAlt: "Customer Layla in AURA fashion"},
|
||||
id: "4", name: "Layla Z.", handle: "@laylabeauty", testimonial: "Incredible quality for the price. Shipping to Algeria was quick. I've already ordered twice!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", imageAlt: "Customer Layla in AURA fashion"},
|
||||
{
|
||||
id: "5", name: "Nadia H.", handle: "@nadiachic", testimonial: "Each piece is carefully designed. I feel confident wearing AURA. It's become my favorite brand!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg", imageAlt: "Customer Nadia styling AURA outfit"},
|
||||
id: "5", name: "Nadia H.", handle: "@nadiachic", testimonial: "Each piece is carefully designed. I feel confident wearing AURA. It's become my favorite brand!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg", imageAlt: "Customer Nadia styling AURA outfit"},
|
||||
{
|
||||
id: "6", name: "Yasmin T.", handle: "@yasmintrends", testimonial: "From browsing to delivery, everything was smooth. AURA delivers on quality and style. 100% worth it!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-playing-with-party-accesories_1187-3499.jpg", imageAlt: "Customer Yasmin in AURA collection"},
|
||||
id: "6", name: "Yasmin T.", handle: "@yasmintrends", testimonial: "From browsing to delivery, everything was smooth. AURA delivers on quality and style. 100% worth it!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-playing-with-party-accesories_1187-3499.jpg", imageAlt: "Customer Yasmin in AURA collection"},
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user