Merge version_3 into main #6

Merged
bender merged 2 commits from version_3 into main 2026-05-28 04:43:20 +00:00
2 changed files with 11 additions and 15 deletions

View File

@@ -67,7 +67,7 @@ export default function LandingPage() {
text: "Explore Collection", href: "#features"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-posing-with-sunglasses_23-2148950602.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EL0fP4ilpkUW1HSK2loTqNfkl9/uploaded-1779943306967-6hb27i0n.png"
imageAlt="Fashion models showcasing new clothing collection"
/>
</div>
@@ -103,9 +103,9 @@ export default function LandingPage() {
{
title: "Premium Fabrics", description: "Experience unparalleled comfort and durability with our meticulously selected, high-quality fabrics, designed to last.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-flannel-shirt-detail_23-2149575332.jpg", imageAlt: "Close-up of premium fabric texture", titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-detail-cozy-clothing-texture_23-2149409202.jpg", buttonText: "Discover Materials"},
{
title: "Innovative Designs", description: "Stay effortlessly chic with our unique designs that combine modern trends with classic elegance, ensuring you always stand out.", imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916725.jpg", imageAlt: "Fashion model in stylish outfit", titleImageSrc: "http://img.b2bpic.net/free-photo/neighborhood-lifestyle-friends_23-2149746735.jpg", buttonText: "View Lookbook"},
title: "Innovative Designs", description: "Stay effortlessly chic with our unique designs that combine modern trends with classic elegance, ensuring you always stand out.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EL0fP4ilpkUW1HSK2loTqNfkl9/uploaded-1779943306967-2co1omyb.png", imageAlt: "Fashion model in stylish outfit", titleImageSrc: "http://img.b2bpic.net/free-photo/neighborhood-lifestyle-friends_23-2149746735.jpg", buttonText: "View Lookbook"},
{
title: "Perfect Fit", description: "Enjoy a flattering silhouette with our expert tailoring and comprehensive sizing options, crafted to enhance every body type.", imageSrc: "http://img.b2bpic.net/free-photo/pet-cat-lifestyle-portraits_23-2149169930.jpg", imageAlt: "Person trying on comfortable clothing", titleImageSrc: "http://img.b2bpic.net/free-photo/crinkled-striped-paper-texture_23-2147786570.jpg", buttonText: "Find Your Size"},
title: "Perfect Fit", description: "Enjoy a flattering silhouette with our expert tailoring and comprehensive sizing options, crafted to enhance every body type.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EL0fP4ilpkUW1HSK2loTqNfkl9/uploaded-1779943306968-7y1p4m04.png", imageAlt: "Person trying on comfortable clothing", titleImageSrc: "http://img.b2bpic.net/free-photo/crinkled-striped-paper-texture_23-2147786570.jpg", buttonText: "Find Your Size"},
]}
title="Key Benefits of Choosing FashionGrove"
description="Discover the difference with FashionGrove's commitment to excellence, comfort, and ethical production. We're more than just clothing; we're a lifestyle."

View File

@@ -30,17 +30,13 @@ export default function ShopPage() {
{
name: "Shop", id: "/shop"},
{
name: "Features", id: "/"},
name: "Features", id: "/#features"},
{
name: "About", id: "/"},
name: "About", id: "/#about"},
{
name: "FAQ", id: "/"},
name: "FAQ", id: "/#faq"},
{
name: "Cart", id: "/cart"},
{
name: "Checkout", id: "/checkout"},
{
name: "Contact", id: "/"},
name: "Contact", id: "/#contact"}
]}
logoSrc="http://img.b2bpic.net/free-vector/slow-fashion-badge-set_23-2148816027.jpg"
logoAlt="FashionGrove Logo"
@@ -97,9 +93,9 @@ export default function ShopPage() {
{
title: "About", items: [
{
label: "Our Story", href: "/"},
label: "Our Story", href: "/#about"},
{
label: "Sustainability", href: "/"},
label: "Sustainability", href: "/#about"},
{
label: "Careers", href: "#"},
{
@@ -109,11 +105,11 @@ export default function ShopPage() {
{
title: "Support", items: [
{
label: "FAQ", href: "/"},
label: "FAQ", href: "/#faq"},
{
label: "Shipping & Returns", href: "#"},
{
label: "Contact Us", href: "/"},
label: "Contact Us", href: "/#contact"},
{
label: "Size Guide", href: "#"},
],