Merge version_1 into main #2
277
src/app/page.tsx
277
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "Collections",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Collections", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Essentia"
|
||||
/>
|
||||
@@ -57,92 +45,56 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Essentials for Your Life & Style"
|
||||
description="Discover our carefully curated collection of sustainable clothing and high-quality kitchen essentials, designed to elevate your everyday experience."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alice G.",
|
||||
handle: "@alice",
|
||||
testimonial: "The clothing quality is unmatched and the kitchen tools have truly transformed my cooking.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-coffee-spacious-cafeteria_23-2150424004.jpg",
|
||||
name: "Alice G.", handle: "@alice", testimonial: "The clothing quality is unmatched and the kitchen tools have truly transformed my cooking.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-coffee-spacious-cafeteria_23-2150424004.jpg"
|
||||
},
|
||||
{
|
||||
name: "Mark S.",
|
||||
handle: "@marks",
|
||||
testimonial: "Beautifully designed products that blend perfectly with my lifestyle. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-standing-kitchen-with-donut_1157-27975.jpg",
|
||||
name: "Mark S.", handle: "@marks", testimonial: "Beautifully designed products that blend perfectly with my lifestyle. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-standing-kitchen-with-donut_1157-27975.jpg"
|
||||
},
|
||||
{
|
||||
name: "Elena R.",
|
||||
handle: "@elena",
|
||||
testimonial: "Finally found a shop that nails both comfort and utility. Everything feels premium.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-young-man-model-wearing-casual-summer-pink-clothes-fashion-stylish-man-posing_158538-5336.jpg",
|
||||
name: "Elena R.", handle: "@elena", testimonial: "Finally found a shop that nails both comfort and utility. Everything feels premium.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-young-man-model-wearing-casual-summer-pink-clothes-fashion-stylish-man-posing_158538-5336.jpg"
|
||||
},
|
||||
{
|
||||
name: "David W.",
|
||||
handle: "@davidw",
|
||||
testimonial: "Excellent service and products that are built to last. My new favorite brand.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-broadcasting-live-fashion-blog-using-her-laptop-computer-home_662251-2250.jpg",
|
||||
name: "David W.", handle: "@davidw", testimonial: "Excellent service and products that are built to last. My new favorite brand.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-broadcasting-live-fashion-blog-using-her-laptop-computer-home_662251-2250.jpg"
|
||||
},
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Stunning aesthetics for every item. My home and wardrobe have never looked better.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-relaxing-by-paper-bags-after-shopping-outside-mall_662251-1491.jpg",
|
||||
},
|
||||
name: "Sarah J.", handle: "@sarahj", testimonial: "Stunning aesthetics for every item. My home and wardrobe have never looked better.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-relaxing-by-paper-bags-after-shopping-outside-mall_662251-1491.jpg"
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/baked-ingredients-white-wooden-table_23-2147926663.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/baked-ingredients-white-wooden-table_23-2147926663.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-adult-woman-works-her-tablet-sits-with-notebook-kitchen-floor-home-studie_1258-183235.jpg",
|
||||
alt: "Customer 1",
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-adult-woman-works-her-tablet-sits-with-notebook-kitchen-floor-home-studie_1258-183235.jpg", alt: "Customer 1"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beginner-training-internship_23-2149335475.jpg",
|
||||
alt: "Customer 2",
|
||||
src: "http://img.b2bpic.net/free-photo/beginner-training-internship_23-2149335475.jpg", alt: "Customer 2"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg",
|
||||
alt: "Customer 3",
|
||||
src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg", alt: "Customer 3"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-blond-woman-home-with-tablet_268835-935.jpg",
|
||||
alt: "Customer 4",
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-blond-woman-home-with-tablet_268835-935.jpg", alt: "Customer 4"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-woman-isolated_273609-35904.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-woman-isolated_273609-35904.jpg", alt: "Customer 5"
|
||||
}
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Minimalist",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Handcrafted",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Essential",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Elegant",
|
||||
},
|
||||
{ type: "text", text: "Sustainable" },
|
||||
{ type: "text", text: "Minimalist" },
|
||||
{ type: "text", text: "Handcrafted" },
|
||||
{ type: "text", text: "Essential" },
|
||||
{ type: "text", text: "Elegant" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -152,8 +104,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Crafted for Daily Purpose"
|
||||
description={[
|
||||
"Our philosophy is simple: we believe that every object in your home and every piece of clothing in your closet should be both purposeful and beautiful.",
|
||||
"We source sustainable materials for our clothing and premium craftsmanship for our kitchen essentials, ensuring a balanced, refined living environment.",
|
||||
"Our philosophy is simple: we believe that every object in your home and every piece of clothing in your closet should be both purposeful and beautiful.", "We source sustainable materials for our clothing and premium craftsmanship for our kitchen essentials, ensuring a balanced, refined living environment."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -165,48 +116,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Essential Linen Shirt",
|
||||
price: "$89",
|
||||
variant: "Cotton/Linen Blend",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fast-fashion-vs-slow-sustainable-fashion_23-2149134029.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Master Chef Knife",
|
||||
price: "$125",
|
||||
variant: "High Carbon Steel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-walking-seashore-sea-sand-ocean-girl-headphones-listening-music_169016-67584.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Kitchen Storage Set",
|
||||
price: "$45",
|
||||
variant: "Glass/Bamboo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-modern-vases_23-2149646500.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Organic Cotton Hoodie",
|
||||
price: "$110",
|
||||
variant: "Organic Cotton",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cooking-home_23-2148535255.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Seasonal Linen Dress",
|
||||
price: "$135",
|
||||
variant: "Linen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-knife-dark-blue-background-photo-food-spice-salt-pepper_179666-17726.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Ceramic Tea Cup Set",
|
||||
price: "$55",
|
||||
variant: "Ceramic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/zero-waste-containers-arrangement_23-2149295037.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Essential Linen Shirt", price: "$89", variant: "Cotton/Linen Blend", imageSrc: "http://img.b2bpic.net/free-photo/fast-fashion-vs-slow-sustainable-fashion_23-2149134029.jpg" },
|
||||
{ id: "p2", name: "Master Chef Knife", price: "$125", variant: "High Carbon Steel", imageSrc: "http://img.b2bpic.net/free-photo/girl-walking-seashore-sea-sand-ocean-girl-headphones-listening-music_169016-67584.jpg" },
|
||||
{ id: "p3", name: "Kitchen Storage Set", price: "$45", variant: "Glass/Bamboo", imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-modern-vases_23-2149646500.jpg" },
|
||||
{ id: "p4", name: "Organic Cotton Hoodie", price: "$110", variant: "Organic Cotton", imageSrc: "http://img.b2bpic.net/free-photo/woman-cooking-home_23-2148535255.jpg" },
|
||||
{ id: "p5", name: "Seasonal Linen Dress", price: "$135", variant: "Linen", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-knife-dark-blue-background-photo-food-spice-salt-pepper_179666-17726.jpg" },
|
||||
{ id: "p6", name: "Ceramic Tea Cup Set", price: "$55", variant: "Ceramic", imageSrc: "http://img.b2bpic.net/free-photo/zero-waste-containers-arrangement_23-2149295037.jpg" }
|
||||
]}
|
||||
title="Curated Collections"
|
||||
description="Selected pieces that blend performance with classic design."
|
||||
@@ -220,57 +135,24 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Sustainable Fabrics",
|
||||
description: "Eco-friendly materials used in all clothing items.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-kitchen-objects_23-2148882495.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-wicker-basket-full-blankets-home-improvement-store_169016-19104.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-blue-smoothie-apron-with-copy-space_23-2148226149.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-ingredients-white-wooden-table_23-2147926663.jpg?_wi=2",
|
||||
imageAlt: "organic cotton clothing textile detail",
|
||||
title: "Sustainable Fabrics", description: "Eco-friendly materials used in all clothing items.", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-kitchen-objects_23-2148882495.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-wicker-basket-full-blankets-home-improvement-store_169016-19104.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-blue-smoothie-apron-with-copy-space_23-2148226149.jpg" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Precision Kitchenware",
|
||||
description: "High-durability materials designed for performance.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Sparkles,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-business-woman-work_23-2149100301.jpg",
|
||||
imageAlt: "organic cotton clothing textile detail",
|
||||
title: "Precision Kitchenware", description: "High-durability materials designed for performance.", bentoComponent: "reveal-icon", icon: Sparkles
|
||||
},
|
||||
{
|
||||
title: "Timeless Style",
|
||||
description: "Minimalist designs that never go out of fashion.",
|
||||
bentoComponent: "3d-card-grid",
|
||||
items: [
|
||||
{
|
||||
name: "Comfort",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
name: "Durability",
|
||||
icon: Shield,
|
||||
},
|
||||
{
|
||||
name: "Aesthetics",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
name: "Function",
|
||||
icon: Zap,
|
||||
},
|
||||
title: "Timeless Style", description: "Minimalist designs that never go out of fashion.", bentoComponent: "3d-card-grid", items: [
|
||||
{ name: "Comfort", icon: CheckCircle },
|
||||
{ name: "Durability", icon: Shield },
|
||||
{ name: "Aesthetics", icon: Award },
|
||||
{ name: "Function", icon: Zap }
|
||||
],
|
||||
centerIcon: CheckCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fast-fashion-vs-slow-sustainable-fashion_23-2149134029.jpg?_wi=2",
|
||||
imageAlt: "organic cotton clothing textile detail",
|
||||
},
|
||||
centerIcon: CheckCircle
|
||||
}
|
||||
]}
|
||||
title="Thoughtful Features"
|
||||
description="Quality assurance and design excellence in every detail."
|
||||
@@ -284,26 +166,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Sarah M."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/uniform-reenactment-reenaction-ussr-trenches_1303-526.jpg",
|
||||
alt: "Sarah M",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-knitted-sweater-opening-champagne_114579-57119.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-coffee-cup_23-2149637975.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-young-woman-resting-her-loving-room_132075-6098.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee_1303-30736.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/uniform-reenactment-reenaction-ussr-trenches_1303-526.jpg", alt: "Sarah M" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-knitted-sweater-opening-champagne_114579-57119.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-coffee-cup_23-2149637975.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/pretty-young-woman-resting-her-loving-room_132075-6098.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee_1303-30736.jpg", alt: "Customer 5" }
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -315,13 +182,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Luxe Living",
|
||||
"Urban Thread",
|
||||
"Daily Essentials",
|
||||
"Modern Kitchen",
|
||||
"Home Craft",
|
||||
"Pure Cotton",
|
||||
"Minimal Style",
|
||||
"Luxe Living", "Urban Thread", "Daily Essentials", "Modern Kitchen", "Home Craft", "Pure Cotton", "Minimal Style"
|
||||
]}
|
||||
title="Trusted by Lifestyle Lovers"
|
||||
description="Our products are loved by people who value quality and minimalist aesthetic."
|
||||
@@ -333,21 +194,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What materials do you use?",
|
||||
content: "We prioritize organic cotton, linen, and food-grade stainless steel for our items.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Can I return products?",
|
||||
content: "Yes, we offer a 30-day return policy for unused products in original packaging.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you ship internationally?",
|
||||
content: "We currently ship within the domestic region but are planning international expansion soon.",
|
||||
},
|
||||
{ id: "f1", title: "What materials do you use?", content: "We prioritize organic cotton, linen, and food-grade stainless steel for our items." },
|
||||
{ id: "f2", title: "Can I return products?", content: "Yes, we offer a 30-day return policy for unused products in original packaging." },
|
||||
{ id: "f3", title: "Do you ship internationally?", content: "We currently ship within the domestic region but are planning international expansion soon." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to the most common questions about our brand and services."
|
||||
@@ -359,7 +208,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
variant: "gradient-bars"
|
||||
}}
|
||||
title="Let's Get in Touch"
|
||||
description="Have questions about our clothing or kitchenware? Reach out and we'll be happy to help."
|
||||
@@ -372,14 +221,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Essentia"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user