Switch to version 1: modified src/app/page.tsx
This commit is contained in:
@@ -29,7 +29,6 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Collection", id: "products" },
|
||||
{ name: "Treatments", id: "/treatments" },
|
||||
{ name: "Our Story", id: "about" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
@@ -43,7 +42,7 @@ export default function LandingPage() {
|
||||
<HeroCentered
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="L’Élégance en Mouvement, La Folie en Partage."
|
||||
description="Step into Sophie’s curated Caverne d'Ali Baba. Where high-end fashion meets the warmth of a personal stylist."
|
||||
description="Step into Sophie’s curated \"Caverne d'Ali Baba.\" Where high-end fashion meets the warmth of a personal stylist."
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/cheerful-female-customer-enjoying-shopping-applying-dress-with-hanger-woman-choosing-clothes-fashion-store-shopping-retail-concept_74855-11589.jpg", alt: "stylish mature woman boutique customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/browneyed-shorthaired-beautiful-woman-linen-red-dress-black-belt-smiles-widely-holds-coffee-cup-computer-tablet-lady-sits-chair-cozy-room_197531-27870.jpg", alt: "trendy boutique customer portrait" },
|
||||
@@ -56,6 +55,13 @@ export default function LandingPage() {
|
||||
{ text: "Explore Collection", href: "#products" },
|
||||
{ text: "Book Styling", href: "#contact" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Vibrant Luxury" },
|
||||
{ type: "text", text: "Chic Editorial" },
|
||||
{ type: "text", text: "Personalized Styling" },
|
||||
{ type: "text", text: "Mediterranean Warmth" },
|
||||
{ type: "text", text: "Curated Treasures" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -66,12 +72,12 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Vivid Fuchsia Silk", price: "$120", variant: "Dress", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg?_wi=1" },
|
||||
{ id: "p2", name: "Midnight Navy Set", price: "$150", variant: "Casual", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg?_wi=2" },
|
||||
{ id: "p3", name: "Golden Accent Belt", price: "$60", variant: "Accessory", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg?_wi=3" },
|
||||
{ id: "p4", name: "Statement Necklace", price: "$90", variant: "Jewelry", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg?_wi=4" },
|
||||
{ id: "p5", name: "Silk Scarf", price: "$45", variant: "Accessory", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg?_wi=5" },
|
||||
{ id: "p6", name: "Evening Clutch", price: "$110", variant: "Bag", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg?_wi=6" },
|
||||
{ id: "p1", name: "Vivid Fuchsia Silk", price: "$120", variant: "Dress", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg" },
|
||||
{ id: "p2", name: "Midnight Navy Set", price: "$150", variant: "Casual", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg" },
|
||||
{ id: "p3", name: "Golden Accent Belt", price: "$60", variant: "Accessory", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg" },
|
||||
{ id: "p4", name: "Statement Necklace", price: "$90", variant: "Jewelry", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg" },
|
||||
{ id: "p5", name: "Silk Scarf", price: "$45", variant: "Accessory", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg" },
|
||||
{ id: "p6", name: "Evening Clutch", price: "$110", variant: "Bag", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg" },
|
||||
]}
|
||||
title="Our Treasures"
|
||||
description="From vibrant silks to statement accessories, every piece is hand-selected to make you feel like the best version of yourself."
|
||||
@@ -89,7 +95,7 @@ export default function LandingPage() {
|
||||
{ title: "Hand-Picked Collections", description: "Every item is selected for quality and flair." },
|
||||
{ title: "Joyful Environment", description: "Fashion is a celebration, not a chore." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/browneyed-shorthaired-beautiful-woman-linen-red-dress-black-belt-smiles-widely-holds-coffee-cup-computer-tablet-lady-sits-chair-cozy-room_197531-27870.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/browneyed-shorthaired-beautiful-woman-linen-red-dress-black-belt-smiles-widely-holds-coffee-cup-computer-tablet-lady-sits-chair-cozy-room_197531-27870.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -99,7 +105,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Andrée M.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-customer-enjoying-shopping-applying-dress-with-hanger-woman-choosing-clothes-fashion-store-shopping-retail-concept_74855-11589.jpg" },
|
||||
{ id: "2", name: "Ouafae I.", imageSrc: "http://img.b2bpic.net/free-photo/browneyed-shorthaired-beautiful-woman-linen-red-dress-black-belt-smiles-widely-holds-coffee-cup-computer-tablet-lady-sits-chair-cozy-room_197531-27870.jpg?_wi=2" },
|
||||
{ id: "2", name: "Ouafae I.", imageSrc: "http://img.b2bpic.net/free-photo/browneyed-shorthaired-beautiful-woman-linen-red-dress-black-belt-smiles-widely-holds-coffee-cup-computer-tablet-lady-sits-chair-cozy-room_197531-27870.jpg" },
|
||||
{ id: "3", name: "Marie Raymonde M.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-shopping-bags-making-purchases-mall_1303-29610.jpg" },
|
||||
{ id: "4", name: "Client S.", imageSrc: "http://img.b2bpic.net/free-photo/wonderful-woman-jeans-shirt-with-black-lace-long-sleeve-posing-cafe-short-haired-woman-holding-flower-inside_197531-19291.jpg" },
|
||||
{ id: "5", name: "Client K.", imageSrc: "http://img.b2bpic.net/free-photo/good-looking-laughing-girl-waiting-party-choosing-attire_197531-7001.jpg" },
|
||||
|
||||
Reference in New Issue
Block a user