Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-03-05 12:53:20 +00:00
4 changed files with 67 additions and 258 deletions

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import { Award, CheckCircle, Truck, Shield, Headphones } from "lucide-react";
import { Award, CheckCircle, Truck, Shield } from "lucide-react";
export default function AboutPage() {
const navItems = [
@@ -22,7 +22,7 @@ export default function AboutPage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="largeSmallSizeMediumTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
@@ -46,14 +46,9 @@ export default function AboutPage() {
tagAnimation="slide-up"
features={[
{
id: "1",
title: "Quality Excellence",
description:
"We meticulously source and craft every product to meet the highest standards. Our commitment to quality ensures that each item surpasses expectations and provides lasting value to our customers.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-house-with-decorative-details-interior_169016-6258.jpg?_wi=6",
imageAlt: "Quality Excellence",
},
id: "1", title: "Quality Excellence", description:
"We meticulously source and craft every product to meet the highest standards. Our commitment to quality ensures that each item surpasses expectations and provides lasting value to our customers.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-house-with-decorative-details-interior_169016-6258.jpg", imageAlt: "Quality Excellence"},
items: [
{ icon: CheckCircle, text: "Premium materials sourcing" },
{ icon: CheckCircle, text: "Rigorous quality control" },
@@ -62,14 +57,9 @@ export default function AboutPage() {
reverse: false,
},
{
id: "2",
title: "Innovation",
description:
"Staying ahead of trends and anticipating customer needs drives our innovation strategy. We invest in research and development to bring cutting-edge products to the market.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326578.jpg?_wi=5",
imageAlt: "Innovation",
},
id: "2", title: "Innovation", description:
"Staying ahead of trends and anticipating customer needs drives our innovation strategy. We invest in research and development to bring cutting-edge products to the market.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326578.jpg", imageAlt: "Innovation"},
items: [
{ icon: Truck, text: "Forward-thinking design" },
{ icon: Truck, text: "Customer feedback integration" },
@@ -78,14 +68,9 @@ export default function AboutPage() {
reverse: true,
},
{
id: "3",
title: "Sustainability",
description:
"We are committed to sustainable practices that minimize our environmental impact. From sourcing to packaging, we consider our planet in every decision we make.",
media: {
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-facebook-cover_23-2149044212.jpg?_wi=5",
imageAlt: "Sustainability",
},
id: "3", title: "Sustainability", description:
"We are committed to sustainable practices that minimize our environmental impact. From sourcing to packaging, we consider our planet in every decision we make.", media: {
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-facebook-cover_23-2149044212.jpg", imageAlt: "Sustainability"},
items: [
{ icon: Shield, text: "Eco-friendly packaging" },
{ icon: Shield, text: "Sustainable sourcing" },
@@ -99,8 +84,6 @@ export default function AboutPage() {
useInvertedBackground={true}
ariaLabel="About Alignra values"
containerClassName="py-20"
titleClassName="text-5xl md:text-6xl font-light"
descriptionClassName="text-lg text-gray-600 font-light"
/>
</div>
</div>

View File

@@ -27,7 +27,7 @@ export default function ContactPage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="largeSmallSizeMediumTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
@@ -51,23 +51,14 @@ export default function ContactPage() {
tagAnimation="slide-up"
faqs={[
{
id: "1",
title: "What is your return policy?",
content:
"We offer a hassle-free 30-day money-back guarantee on all products. If you're not completely satisfied, simply contact our support team for a full refund. No questions asked.",
},
id: "1", title: "What is your return policy?", content:
"We offer a hassle-free 30-day money-back guarantee on all products. If you're not completely satisfied, simply contact our support team for a full refund. No questions asked."},
{
id: "2",
title: "How long does shipping take?",
content:
"Standard shipping typically takes 5-7 business days. We offer express shipping options for faster delivery. All orders include real-time tracking so you can monitor your package.",
},
id: "2", title: "How long does shipping take?", content:
"Standard shipping typically takes 5-7 business days. We offer express shipping options for faster delivery. All orders include real-time tracking so you can monitor your package."},
{
id: "3",
title: "Do you offer international shipping?",
content:
"Yes, we ship to over 150 countries worldwide. Shipping costs and delivery times vary by location. International orders typically arrive within 10-14 business days.",
},
id: "3", title: "Do you offer international shipping?", content:
"Yes, we ship to over 150 countries worldwide. Shipping costs and delivery times vary by location. International orders typically arrive within 10-14 business days."},
]}
imageSrc="http://img.b2bpic.net/free-photo/call-center-senior-agent-uses-ai-tech-enhance-customer-interactions_482257-117995.jpg"
imageAlt="Customer support team"
@@ -80,8 +71,6 @@ export default function ContactPage() {
showCard={true}
ariaLabel="FAQ section"
containerClassName="py-20"
titleClassName="text-5xl md:text-6xl font-light"
descriptionClassName="text-lg text-gray-600 font-light"
/>
</div>
</div>
@@ -94,9 +83,9 @@ export default function ContactPage() {
description="Subscribe to our newsletter for exclusive offers, new product launches, premium lifestyle tips, and special member-only events delivered to your inbox."
tagIcon={Mail}
tagAnimation="slide-up"
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/finger-touching-illuminated-magnifier-with-envelopes-background_1134-305.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/finger-touching-illuminated-magnifier-with-envelopes-background_1134-305.jpg"
imageAlt="Newsletter signup"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -106,8 +95,6 @@ export default function ContactPage() {
onSubmit={handleNewsletterSubmit}
ariaLabel="Newsletter signup section"
containerClassName="py-20"
titleClassName="text-4xl md:text-5xl font-light"
descriptionClassName="text-lg text-gray-600 font-light"
/>
</div>
</div>

View File

@@ -33,7 +33,7 @@ export default function HomePage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="largeSmallSizeMediumTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
@@ -54,28 +54,18 @@ export default function HomePage() {
tag="Premium Collection"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg",
imageAlt: "Premium lifestyle product showcase",
},
imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg", imageAlt: "Premium lifestyle product showcase"},
{
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-house-with-decorative-details-interior_169016-6258.jpg?_wi=1",
imageAlt: "Premium comfort collection",
},
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-house-with-decorative-details-interior_169016-6258.jpg", imageAlt: "Premium comfort collection"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326578.jpg?_wi=1",
imageAlt: "Luxury product range",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326578.jpg", imageAlt: "Luxury product range"},
{
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-facebook-cover_23-2149044212.jpg?_wi=1",
imageAlt: "High-end lifestyle products",
},
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-facebook-cover_23-2149044212.jpg", imageAlt: "High-end lifestyle products"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-coffee-cup_23-2148765432.jpg?_wi=1",
imageAlt: "Premium accessory collection",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-coffee-cup_23-2148765432.jpg", imageAlt: "Premium accessory collection"},
]}
buttons={[
{ text: "Shop Now", href: "/shop" },
@@ -86,8 +76,6 @@ export default function HomePage() {
textboxLayout="default"
ariaLabel="Hero section - Upgrade your everyday comfort"
containerClassName="min-h-screen flex items-center justify-center"
titleClassName="text-6xl md:text-7xl font-light tracking-tight"
descriptionClassName="text-lg md:text-xl text-gray-600 font-light"
/>
</div>
@@ -101,33 +89,13 @@ export default function HomePage() {
tagAnimation="slide-up"
products={[
{
id: "1",
name: "Eclipse Motion Pro",
price: "$149.99",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-house-with-decorative-details-interior_169016-6258.jpg?_wi=2",
imageAlt: "Eclipse Motion Pro",
},
id: "1", name: "Eclipse Motion Pro", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-house-with-decorative-details-interior_169016-6258.jpg", imageAlt: "Eclipse Motion Pro"},
{
id: "2",
name: "Zenith Comfort Elite",
price: "$179.99",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326578.jpg?_wi=2",
imageAlt: "Zenith Comfort Elite",
},
id: "2", name: "Zenith Comfort Elite", price: "$179.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326578.jpg", imageAlt: "Zenith Comfort Elite"},
{
id: "3",
name: "Aurora Premium Series",
price: "$159.99",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-facebook-cover_23-2149044212.jpg?_wi=2",
imageAlt: "Aurora Premium Series",
},
id: "3", name: "Aurora Premium Series", price: "$159.99", imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-facebook-cover_23-2149044212.jpg", imageAlt: "Aurora Premium Series"},
{
id: "4",
name: "Luxora Elite Collection",
price: "$189.99",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-coffee-cup_23-2148765432.jpg?_wi=2",
imageAlt: "Luxora Elite Collection",
},
id: "4", name: "Luxora Elite Collection", price: "$189.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-coffee-cup_23-2148765432.jpg", imageAlt: "Luxora Elite Collection"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -136,8 +104,6 @@ export default function HomePage() {
carouselMode="buttons"
ariaLabel="Featured products section"
containerClassName="py-20"
titleClassName="text-5xl md:text-6xl font-light"
descriptionClassName="text-lg text-gray-600 font-light mt-4"
/>
</div>
</div>
@@ -152,14 +118,9 @@ export default function HomePage() {
tagAnimation="slide-up"
features={[
{
id: "1",
title: "Premium Quality",
description:
"Crafted with high-quality durable materials that stand the test of time. Every product undergoes rigorous quality control to ensure perfection.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-house-with-decorative-details-interior_169016-6258.jpg?_wi=3",
imageAlt: "Premium Quality",
},
id: "1", title: "Premium Quality", description:
"Crafted with high-quality durable materials that stand the test of time. Every product undergoes rigorous quality control to ensure perfection.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-house-with-decorative-details-interior_169016-6258.jpg", imageAlt: "Premium Quality"},
items: [
{ icon: CheckCircle, text: "Premium materials" },
{ icon: CheckCircle, text: "Rigorous testing" },
@@ -168,14 +129,9 @@ export default function HomePage() {
reverse: false,
},
{
id: "2",
title: "Fast Shipping",
description:
"Reliable delivery with real-time tracking. Your order is carefully packaged and shipped within 24 hours to ensure quick arrival.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326578.jpg?_wi=3",
imageAlt: "Fast Shipping",
},
id: "2", title: "Fast Shipping", description:
"Reliable delivery with real-time tracking. Your order is carefully packaged and shipped within 24 hours to ensure quick arrival.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326578.jpg", imageAlt: "Fast Shipping"},
items: [
{ icon: Truck, text: "24/7 tracking" },
{ icon: Truck, text: "Express delivery" },
@@ -184,14 +140,9 @@ export default function HomePage() {
reverse: true,
},
{
id: "3",
title: "30 Day Guarantee",
description:
"Risk-free shopping with our comprehensive return and refund policy. If you're not satisfied, we'll make it right within 30 days.",
media: {
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-facebook-cover_23-2149044212.jpg?_wi=3",
imageAlt: "30 Day Guarantee",
},
id: "3", title: "30 Day Guarantee", description:
"Risk-free shopping with our comprehensive return and refund policy. If you're not satisfied, we'll make it right within 30 days.", media: {
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-facebook-cover_23-2149044212.jpg", imageAlt: "30 Day Guarantee"},
items: [
{ icon: Shield, text: "Money-back guarantee" },
{ icon: Shield, text: "No questions asked" },
@@ -200,14 +151,9 @@ export default function HomePage() {
reverse: false,
},
{
id: "4",
title: "24/7 Support",
description:
"Dedicated customer assistance available around the clock. Our support team is always ready to help with any questions or concerns.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-coffee-cup_23-2148765432.jpg?_wi=3",
imageAlt: "24/7 Support",
},
id: "4", title: "24/7 Support", description:
"Dedicated customer assistance available around the clock. Our support team is always ready to help with any questions or concerns.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-coffee-cup_23-2148765432.jpg", imageAlt: "24/7 Support"},
items: [
{ icon: Headphones, text: "Live chat support" },
{ icon: Headphones, text: "Email assistance" },
@@ -221,8 +167,6 @@ export default function HomePage() {
useInvertedBackground={true}
ariaLabel="Why choose Alignra features"
containerClassName="py-20"
titleClassName="text-5xl md:text-6xl font-light"
descriptionClassName="text-lg text-gray-600 font-light"
/>
</div>
</div>
@@ -237,26 +181,11 @@ export default function HomePage() {
tagAnimation="slide-up"
products={[
{
id: "5",
name: "Nebula Premium Pack",
price: "$199.99",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-rich-woman-sitting-home_23-2149722596.jpg?_wi=1",
imageAlt: "Nebula Premium Pack",
},
id: "5", name: "Nebula Premium Pack", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-rich-woman-sitting-home_23-2149722596.jpg", imageAlt: "Nebula Premium Pack"},
{
id: "6",
name: "Stellar Pro Edition",
price: "$219.99",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-rich-woman-sitting-home_23-2149722596.jpg?_wi=2",
imageAlt: "Stellar Pro Edition",
},
id: "6", name: "Stellar Pro Edition", price: "$219.99", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-rich-woman-sitting-home_23-2149722596.jpg", imageAlt: "Stellar Pro Edition"},
{
id: "7",
name: "Cosmos Elite Pack",
price: "$229.99",
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23448.jpg?_wi=1",
imageAlt: "Cosmos Elite Pack",
},
id: "7", name: "Cosmos Elite Pack", price: "$229.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23448.jpg", imageAlt: "Cosmos Elite Pack"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -265,8 +194,6 @@ export default function HomePage() {
carouselMode="buttons"
ariaLabel="Best sellers carousel"
containerClassName="py-20"
titleClassName="text-5xl md:text-6xl font-light"
descriptionClassName="text-lg text-gray-600 font-light"
/>
</div>
</div>
@@ -281,21 +208,13 @@ export default function HomePage() {
tagAnimation="slide-up"
plans={[
{
id: "offer1",
badge: "Exclusive Deal",
badgeIcon: Sparkles,
price: "SAVE 20%",
subtitle: "Use code SAVE20 at checkout",
buttons: [
id: "offer1", badge: "Exclusive Deal", badgeIcon: Sparkles,
price: "SAVE 20%", subtitle: "Use code SAVE20 at checkout", buttons: [
{ text: "Claim Your Discount", href: "/shop" },
{ text: "Learn More", href: "#faq" },
],
features: [
"Valid on all premium products",
"No minimum purchase required",
"Free shipping included",
"Expires in 48 hours",
],
"Valid on all premium products", "No minimum purchase required", "Free shipping included", "Expires in 48 hours"],
},
]}
animationType="slide-up"
@@ -303,8 +222,6 @@ export default function HomePage() {
useInvertedBackground={true}
ariaLabel="Limited time offer section"
containerClassName="py-20 bg-gradient-to-r from-blue-50 to-blue-100"
titleClassName="text-5xl md:text-6xl font-light"
descriptionClassName="text-lg text-gray-700 font-light"
/>
</div>
</div>
@@ -314,41 +231,17 @@ export default function HomePage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1",
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1",
imageAlt: "Sarah Johnson",
},
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sarah Johnson"},
{
id: "2",
name: "Michael Chen",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2",
imageAlt: "Michael Chen",
},
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Chen"},
{
id: "3",
name: "Emily Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1",
imageAlt: "Emily Rodriguez",
},
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Emily Rodriguez"},
{
id: "4",
name: "David Kim",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2",
imageAlt: "David Kim",
},
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "David Kim"},
{
id: "5",
name: "Jessica Williams",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg",
imageAlt: "Jessica Williams",
},
id: "5", name: "Jessica Williams", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Jessica Williams"},
{
id: "6",
name: "James Anderson",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3",
imageAlt: "James Anderson",
},
id: "6", name: "James Anderson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "James Anderson"},
]}
cardTitle="Over 50,000 satisfied customers trust Alignra to deliver exceptional quality and premium lifestyle products"
cardTag="Customer Testimonials"
@@ -372,23 +265,13 @@ export default function HomePage() {
tagAnimation="slide-up"
names={["Forbes", "TechCrunch", "Business Insider", "Wired", "The Verge", "Entrepreneur", "Inc Magazine", "Fast Company"]}
logos={[
"http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg",
"http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg",
"http://img.b2bpic.net/free-vector/ornamental-logo-template-design_1115-460.jpg",
"http://img.b2bpic.net/free-vector/ornamental-logo-template-design_1115-460.jpg",
"http://img.b2bpic.net/free-vector/eye-catching-premium-letter-w-logo-background-royal-identity_1017-53727.jpg",
"http://img.b2bpic.net/free-vector/ornamental-logo-template-design_1115-460.jpg",
"http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg",
"http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg",
]}
"http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", "http://img.b2bpic.net/free-vector/ornamental-logo-template-design_1115-460.jpg", "http://img.b2bpic.net/free-vector/ornamental-logo-template-design_1115-460.jpg", "http://img.b2bpic.net/free-vector/eye-catching-premium-letter-w-logo-background-royal-identity_1017-53727.jpg", "http://img.b2bpic.net/free-vector/ornamental-logo-template-design_1115-460.jpg", "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg"]}
textboxLayout="default"
useInvertedBackground={true}
speed={40}
showCard={true}
ariaLabel="Social proof section"
containerClassName="py-20"
titleClassName="text-5xl md:text-6xl font-light"
descriptionClassName="text-lg text-gray-600 font-light"
/>
</div>
</div>
@@ -401,9 +284,9 @@ export default function HomePage() {
description="Subscribe to our newsletter for exclusive offers, new product launches, and premium lifestyle tips delivered to your inbox."
tagIcon={Mail}
tagAnimation="slide-up"
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/finger-touching-illuminated-magnifier-with-envelopes-background_1134-305.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/finger-touching-illuminated-magnifier-with-envelopes-background_1134-305.jpg"
imageAlt="Newsletter signup"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -413,8 +296,6 @@ export default function HomePage() {
onSubmit={handleNewsletterSubmit}
ariaLabel="Newsletter signup section"
containerClassName="py-20"
titleClassName="text-4xl md:text-5xl font-light"
descriptionClassName="text-lg text-gray-600 font-light"
/>
</div>
</div>

View File

@@ -22,7 +22,7 @@ export default function ShopPage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="largeSmallSizeMediumTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
@@ -46,61 +46,21 @@ export default function ShopPage() {
tagAnimation="slide-up"
products={[
{
id: "1",
name: "Eclipse Motion Pro",
price: "$149.99",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-house-with-decorative-details-interior_169016-6258.jpg?_wi=4",
imageAlt: "Eclipse Motion Pro",
},
id: "1", name: "Eclipse Motion Pro", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-house-with-decorative-details-interior_169016-6258.jpg", imageAlt: "Eclipse Motion Pro"},
{
id: "2",
name: "Zenith Comfort Elite",
price: "$179.99",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326578.jpg?_wi=4",
imageAlt: "Zenith Comfort Elite",
},
id: "2", name: "Zenith Comfort Elite", price: "$179.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326578.jpg", imageAlt: "Zenith Comfort Elite"},
{
id: "3",
name: "Aurora Premium Series",
price: "$159.99",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-facebook-cover_23-2149044212.jpg?_wi=4",
imageAlt: "Aurora Premium Series",
},
id: "3", name: "Aurora Premium Series", price: "$159.99", imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-facebook-cover_23-2149044212.jpg", imageAlt: "Aurora Premium Series"},
{
id: "4",
name: "Luxora Elite Collection",
price: "$189.99",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-coffee-cup_23-2148765432.jpg?_wi=4",
imageAlt: "Luxora Elite Collection",
},
id: "4", name: "Luxora Elite Collection", price: "$189.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-coffee-cup_23-2148765432.jpg", imageAlt: "Luxora Elite Collection"},
{
id: "5",
name: "Nebula Premium Pack",
price: "$199.99",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-rich-woman-sitting-home_23-2149722596.jpg?_wi=3",
imageAlt: "Nebula Premium Pack",
},
id: "5", name: "Nebula Premium Pack", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-rich-woman-sitting-home_23-2149722596.jpg", imageAlt: "Nebula Premium Pack"},
{
id: "6",
name: "Stellar Pro Edition",
price: "$219.99",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-rich-woman-sitting-home_23-2149722596.jpg?_wi=4",
imageAlt: "Stellar Pro Edition",
},
id: "6", name: "Stellar Pro Edition", price: "$219.99", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-rich-woman-sitting-home_23-2149722596.jpg", imageAlt: "Stellar Pro Edition"},
{
id: "7",
name: "Cosmos Elite Pack",
price: "$229.99",
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23448.jpg?_wi=2",
imageAlt: "Cosmos Elite Pack",
},
id: "7", name: "Cosmos Elite Pack", price: "$229.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23448.jpg", imageAlt: "Cosmos Elite Pack"},
{
id: "8",
name: "Horizon Premium Collection",
price: "$209.99",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-house-with-decorative-details-interior_169016-6258.jpg?_wi=5",
imageAlt: "Horizon Premium Collection",
},
id: "8", name: "Horizon Premium Collection", price: "$209.99", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-house-with-decorative-details-interior_169016-6258.jpg", imageAlt: "Horizon Premium Collection"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -109,8 +69,6 @@ export default function ShopPage() {
carouselMode="buttons"
ariaLabel="Shop collection"
containerClassName="py-20"
titleClassName="text-5xl md:text-6xl font-light"
descriptionClassName="text-lg text-gray-600 font-light mt-4"
/>
</div>
</div>