Merge version_1 into main #2
@@ -18,53 +18,17 @@ export default function ContactPage() {
|
||||
|
||||
const testimonials = [
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Divide by 2 products have completely simplified my daily routine. The quality is exceptional and the price is unbeatable!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-businesswoman-looking-through-window_1262-2043.jpg?_wi=2",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Divide by 2 products have completely simplified my daily routine. The quality is exceptional and the price is unbeatable!", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-businesswoman-looking-through-window_1262-2043.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "@mchen",
|
||||
testimonial: "Finally, tech that actually makes sense. These products live up to the promise of making everything simpler.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-flannel-suit-glasses-standing-against-brick-wall_613910-6746.jpg?_wi=2",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Finally, tech that actually makes sense. These products live up to the promise of making everything simpler.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-flannel-suit-glasses-standing-against-brick-wall_613910-6746.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@emilyrod",
|
||||
testimonial: "The innovation combined with affordability is incredible. I've recommended Divide by 2 to all my friends.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-outdoors-work_23-2148740311.jpg?_wi=2",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emilyrod", testimonial: "The innovation combined with affordability is incredible. I've recommended Divide by 2 to all my friends.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-outdoors-work_23-2148740311.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@davidkim",
|
||||
testimonial: "Outstanding customer experience. The products are smart, the support is responsive, and the value is unmatched.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "@davidkim", testimonial: "Outstanding customer experience. The products are smart, the support is responsive, and the value is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Martinez",
|
||||
handle: "@jessmart",
|
||||
testimonial: "Every product feels thoughtfully designed. Divide by 2 understands what modern life needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-giving-interview-communicating-cafe_7502-7222.jpg?_wi=2",
|
||||
imageAlt: "Jessica Martinez",
|
||||
},
|
||||
id: "5", name: "Jessica Martinez", handle: "@jessmart", testimonial: "Every product feels thoughtfully designed. Divide by 2 understands what modern life needs.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-giving-interview-communicating-cafe_7502-7222.jpg", imageAlt: "Jessica Martinez"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Alex Thompson",
|
||||
handle: "@alexthompson",
|
||||
testimonial: "The blend of technology and wellness is perfect. I feel the difference in my daily life.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11594.jpg?_wi=2",
|
||||
imageAlt: "Alex Thompson",
|
||||
},
|
||||
id: "6", name: "Alex Thompson", handle: "@alexthompson", testimonial: "The blend of technology and wellness is perfect. I feel the difference in my daily life.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11594.jpg", imageAlt: "Alex Thompson"},
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -74,7 +38,7 @@ export default function ContactPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLarge"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -104,7 +68,7 @@ export default function ContactPage() {
|
||||
tag="Newsletter"
|
||||
title="Stay Updated"
|
||||
description="Subscribe to our newsletter for exclusive product launches, tips, and special offers designed to simplify your life."
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Subscribe"
|
||||
|
||||
114
src/app/page.tsx
114
src/app/page.tsx
@@ -18,7 +18,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLarge"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -36,8 +36,7 @@ export default function HomePage() {
|
||||
{ name: "Cart", id: "cart" }
|
||||
]}
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "products"
|
||||
text: "Shop Now", href: "products"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -50,51 +49,41 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Divide by 2. Simplify Everything."
|
||||
description="Discover innovative, affordable tech and self-care products that make life simpler, smarter, and easier. Experience the perfect blend of technology and wellness."
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sustainability-concept-with-blank-geometric-forms-growing-plant_23-2148994260.jpg?_wi=1",
|
||||
imageAlt: "modern innovative tech gadget product display"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sustainability-concept-with-blank-geometric-forms-growing-plant_23-2148994260.jpg", imageAlt: "modern innovative tech gadget product display"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tropical-leaves-with-beauty-tools-cosmetics_23-2148179528.jpg?_wi=1",
|
||||
imageAlt: "innovative tech accessory modern design"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tropical-leaves-with-beauty-tools-cosmetics_23-2148179528.jpg", imageAlt: "innovative tech accessory modern design"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-colorful-lights_23-2148599256.jpg?_wi=1",
|
||||
imageAlt: "modern tech innovation product photography"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-colorful-lights_23-2148599256.jpg", imageAlt: "modern tech innovation product photography"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rock-salt-soap-dispenser-against-white-background_23-2147940466.jpg?_wi=1",
|
||||
imageAlt: "cutting-edge tech product modern presentation"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rock-salt-soap-dispenser-against-white-background_23-2147940466.jpg", imageAlt: "cutting-edge tech product modern presentation"
|
||||
}
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tropical-leaves-with-beauty-tools-cosmetics_23-2148179528.jpg?_wi=2",
|
||||
imageAlt: "Self-care innovation"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tropical-leaves-with-beauty-tools-cosmetics_23-2148179528.jpg", imageAlt: "Self-care innovation"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-colorful-lights_23-2148599256.jpg?_wi=2",
|
||||
imageAlt: "Tech gadget modern"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-colorful-lights_23-2148599256.jpg", imageAlt: "Tech gadget modern"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rock-salt-soap-dispenser-against-white-background_23-2147940466.jpg?_wi=2",
|
||||
imageAlt: "Premium wellness product"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rock-salt-soap-dispenser-against-white-background_23-2147940466.jpg", imageAlt: "Premium wellness product"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sustainability-concept-with-blank-geometric-forms-growing-plant_23-2148994260.jpg?_wi=2",
|
||||
imageAlt: "Contemporary innovation"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sustainability-concept-with-blank-geometric-forms-growing-plant_23-2148994260.jpg", imageAlt: "Contemporary innovation"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "products"
|
||||
text: "Shop Now", href: "products"
|
||||
},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "about"
|
||||
text: "Learn More", href: "about"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -117,25 +106,13 @@ export default function HomePage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "SmartFlow Pro",
|
||||
price: "$129",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169866.jpg?_wi=1",
|
||||
imageAlt: "SmartFlow Pro tech device"
|
||||
id: "1", name: "SmartFlow Pro", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169866.jpg", imageAlt: "SmartFlow Pro tech device"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "ZenMind Wellness",
|
||||
price: "$89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-elements-spa-with-beauty-cream_23-2148199484.jpg?_wi=1",
|
||||
imageAlt: "ZenMind wellness product"
|
||||
id: "2", name: "ZenMind Wellness", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/natural-elements-spa-with-beauty-cream_23-2148199484.jpg", imageAlt: "ZenMind wellness product"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "VitaSync Tracker",
|
||||
price: "$149",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-with-virtual-glasses-surprised-expression_1194-2845.jpg?_wi=1",
|
||||
imageAlt: "VitaSync health tracker"
|
||||
id: "3", name: "VitaSync Tracker", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/blond-man-with-virtual-glasses-surprised-expression_1194-2845.jpg", imageAlt: "VitaSync health tracker"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -149,12 +126,10 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Products",
|
||||
href: "products"
|
||||
text: "Explore Products", href: "products"
|
||||
},
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "contact"
|
||||
text: "Get Started", href: "contact"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -170,52 +145,22 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Divide by 2 products have completely simplified my daily routine. The quality is exceptional and the price is unbeatable!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-businesswoman-looking-through-window_1262-2043.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson"
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Divide by 2 products have completely simplified my daily routine. The quality is exceptional and the price is unbeatable!", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-businesswoman-looking-through-window_1262-2043.jpg", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "@mchen",
|
||||
testimonial: "Finally, tech that actually makes sense. These products live up to the promise of making everything simpler.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-flannel-suit-glasses-standing-against-brick-wall_613910-6746.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen"
|
||||
id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Finally, tech that actually makes sense. These products live up to the promise of making everything simpler.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-flannel-suit-glasses-standing-against-brick-wall_613910-6746.jpg", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@emilyrod",
|
||||
testimonial: "The innovation combined with affordability is incredible. I've recommended Divide by 2 to all my friends.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-outdoors-work_23-2148740311.jpg?_wi=1",
|
||||
imageAlt: "Emily Rodriguez"
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emilyrod", testimonial: "The innovation combined with affordability is incredible. I've recommended Divide by 2 to all my friends.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-outdoors-work_23-2148740311.jpg", imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@davidkim",
|
||||
testimonial: "Outstanding customer experience. The products are smart, the support is responsive, and the value is unmatched.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1",
|
||||
imageAlt: "David Kim"
|
||||
id: "4", name: "David Kim", handle: "@davidkim", testimonial: "Outstanding customer experience. The products are smart, the support is responsive, and the value is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "David Kim"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Martinez",
|
||||
handle: "@jessmart",
|
||||
testimonial: "Every product feels thoughtfully designed. Divide by 2 understands what modern life needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-giving-interview-communicating-cafe_7502-7222.jpg?_wi=1",
|
||||
imageAlt: "Jessica Martinez"
|
||||
id: "5", name: "Jessica Martinez", handle: "@jessmart", testimonial: "Every product feels thoughtfully designed. Divide by 2 understands what modern life needs.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-giving-interview-communicating-cafe_7502-7222.jpg", imageAlt: "Jessica Martinez"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Alex Thompson",
|
||||
handle: "@alexthompson",
|
||||
testimonial: "The blend of technology and wellness is perfect. I feel the difference in my daily life.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11594.jpg?_wi=1",
|
||||
imageAlt: "Alex Thompson"
|
||||
id: "6", name: "Alex Thompson", handle: "@alexthompson", testimonial: "The blend of technology and wellness is perfect. I feel the difference in my daily life.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11594.jpg", imageAlt: "Alex Thompson"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -229,7 +174,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Stay Updated"
|
||||
description="Subscribe to our newsletter for exclusive product launches, tips, and special offers designed to simplify your life."
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Subscribe"
|
||||
@@ -245,18 +190,15 @@ export default function HomePage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com",
|
||||
ariaLabel: "Twitter"
|
||||
href: "https://twitter.com", ariaLabel: "Twitter"
|
||||
},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com",
|
||||
ariaLabel: "LinkedIn"
|
||||
href: "https://linkedin.com", ariaLabel: "LinkedIn"
|
||||
},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com",
|
||||
ariaLabel: "Instagram"
|
||||
href: "https://instagram.com", ariaLabel: "Instagram"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -15,7 +15,7 @@ export default function ProductsPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLarge"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -33,8 +33,7 @@ export default function ProductsPage() {
|
||||
{ name: "Cart", id: "cart" }
|
||||
]}
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "products"
|
||||
text: "Shop Now", href: "products"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -54,25 +53,13 @@ export default function ProductsPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "SmartFlow Pro",
|
||||
price: "$129",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169866.jpg?_wi=2",
|
||||
imageAlt: "SmartFlow Pro tech device"
|
||||
id: "1", name: "SmartFlow Pro", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169866.jpg", imageAlt: "SmartFlow Pro tech device"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "ZenMind Wellness",
|
||||
price: "$89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-elements-spa-with-beauty-cream_23-2148199484.jpg?_wi=2",
|
||||
imageAlt: "ZenMind wellness product"
|
||||
id: "2", name: "ZenMind Wellness", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/natural-elements-spa-with-beauty-cream_23-2148199484.jpg", imageAlt: "ZenMind wellness product"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "VitaSync Tracker",
|
||||
price: "$149",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-with-virtual-glasses-surprised-expression_1194-2845.jpg?_wi=2",
|
||||
imageAlt: "VitaSync health tracker"
|
||||
id: "3", name: "VitaSync Tracker", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/blond-man-with-virtual-glasses-surprised-expression_1194-2845.jpg", imageAlt: "VitaSync health tracker"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -86,7 +73,7 @@ export default function ProductsPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Get Exclusive Deals"
|
||||
description="Join our community and receive special offers, product launches, and wellness tips delivered to your inbox."
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Subscribe"
|
||||
@@ -102,18 +89,15 @@ export default function ProductsPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com",
|
||||
ariaLabel: "Twitter"
|
||||
href: "https://twitter.com", ariaLabel: "Twitter"
|
||||
},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com",
|
||||
ariaLabel: "LinkedIn"
|
||||
href: "https://linkedin.com", ariaLabel: "LinkedIn"
|
||||
},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com",
|
||||
ariaLabel: "Instagram"
|
||||
href: "https://instagram.com", ariaLabel: "Instagram"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user