diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3734965..b9d9b68 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
@@ -54,40 +42,19 @@ export default function LandingPage() {
title="Timeless Craft, Modern Stride."
description="Experience the pinnacle of Italian leather craftsmanship, designed for those who value elegance in every step."
buttons={[
- {
- text: "Shop Collection",
- href: "#products",
- },
- {
- text: "Our Story",
- href: "#features",
- },
+ { text: "Shop Collection", href: "#products" },
+ { text: "Our Story", href: "#features" },
]}
imageSrc="http://img.b2bpic.net/free-photo/closeup-pair-classic-shoes-brick-wall_181624-46159.jpg"
imageAlt="Premium Italian leather shoe"
showDimOverlay={true}
showBlur={true}
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/woman-sitting-chair-medium-shot_23-2149213196.jpg",
- alt: "Client 1",
- },
- {
- src: "http://img.b2bpic.net/free-photo/woman-drawing-ipad-medium-shot_23-2150040105.jpg",
- alt: "Client 2",
- },
- {
- src: "http://img.b2bpic.net/free-photo/portait-charming-caucasian-lady-poses-camera-picture-isolated-dark-blur-background_132075-9598.jpg",
- alt: "Client 3",
- },
- {
- src: "http://img.b2bpic.net/free-photo/elegant-bearded-male-dressed-cotton-velvet-suit-sunglasses-grey-background_613910-703.jpg",
- alt: "Client 4",
- },
- {
- src: "http://img.b2bpic.net/free-photo/portrait-woman-posing-white-shirt_23-2149021859.jpg",
- alt: "Client 5",
- },
+ { src: "http://img.b2bpic.net/free-photo/woman-sitting-chair-medium-shot_23-2149213196.jpg", alt: "Client 1" },
+ { src: "http://img.b2bpic.net/free-photo/woman-drawing-ipad-medium-shot_23-2150040105.jpg", alt: "Client 2" },
+ { src: "http://img.b2bpic.net/free-photo/portait-charming-caucasian-lady-poses-camera-picture-isolated-dark-blur-background_132075-9598.jpg", alt: "Client 3" },
+ { src: "http://img.b2bpic.net/free-photo/elegant-bearded-male-dressed-cotton-velvet-suit-sunglasses-grey-background_613910-703.jpg", alt: "Client 4" },
+ { src: "http://img.b2bpic.net/free-photo/portrait-woman-posing-white-shirt_23-2149021859.jpg", alt: "Client 5" },
]}
avatarText="Join 5,000+ satisfied clients"
/>
@@ -99,33 +66,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "Handcrafted Excellence",
- tags: [
- "Artisan",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/texture-background_1404-135.jpg",
- imageAlt: "Handmade shoe detail",
- },
- {
- id: "f2",
- title: "Ergonomic Innovation",
- tags: [
- "Comfort",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/shoe-rack-indoors-still-life_23-2150695669.jpg",
- imageAlt: "Sole construction",
- },
- {
- id: "f3",
- title: "Sustainable Luxury",
- tags: [
- "Ethics",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-mystery-box-concept_23-2149516443.jpg",
- imageAlt: "Premium packaging",
- },
+ { id: "f1", title: "Handcrafted Excellence", tags: ["Artisan"], imageSrc: "http://img.b2bpic.net/free-photo/texture-background_1404-135.jpg", imageAlt: "Handmade shoe detail" },
+ { id: "f2", title: "Ergonomic Innovation", tags: ["Comfort"], imageSrc: "http://img.b2bpic.net/free-photo/shoe-rack-indoors-still-life_23-2150695669.jpg", imageAlt: "Sole construction" },
+ { id: "f3", title: "Sustainable Luxury", tags: ["Ethics"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-mystery-box-concept_23-2149516443.jpg", imageAlt: "Premium packaging" },
]}
title="The Aura Standard"
description="We bridge centuries-old techniques with modern design for footwear that outlives trends."
@@ -134,52 +77,17 @@ export default function LandingPage() {
@@ -276,50 +134,23 @@ export default function LandingPage() {
logoText="Aura"
columns={[
{
- title: "Shop",
- items: [
- {
- label: "New Arrivals",
- href: "#products",
- },
- {
- label: "Classics",
- href: "#products",
- },
- {
- label: "Seasonal",
- href: "#products",
- },
+ title: "Shop", items: [
+ { label: "New Arrivals", href: "#products" },
+ { label: "Classics", href: "#products" },
+ { label: "Seasonal", href: "#products" },
],
},
{
- title: "Company",
- items: [
- {
- label: "About Us",
- href: "#features",
- },
- {
- label: "Our Craft",
- href: "#features",
- },
- {
- label: "Contact",
- href: "#",
- },
+ title: "Company", items: [
+ { label: "About Us", href: "#features" },
+ { label: "Our Craft", href: "#features" },
+ { label: "Contact", href: "#" },
],
},
{
- title: "Legal",
- items: [
- {
- label: "Privacy Policy",
- href: "#",
- },
- {
- label: "Terms of Service",
- href: "#",
- },
+ title: "Legal", items: [
+ { label: "Privacy Policy", href: "#" },
+ { label: "Terms of Service", href: "#" },
],
},
]}