diff --git a/src/app/page.tsx b/src/app/page.tsx
index ddb5574..ddd3862 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,113 +40,40 @@ export default function LandingPage() {
@@ -168,49 +83,14 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
+ animationType="blur-reveal"
products={[
- {
- id: "p1",
- name: "Classic Tote",
- price: "$290",
- variant: "Leather",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-make-up-products-black-background_23-2148299630.jpg",
- },
- {
- id: "p2",
- name: "Modern Chronograph",
- price: "$450",
- variant: "Stainless Steel",
- imageSrc: "http://img.b2bpic.net/free-photo/bar-concept_23-2147798086.jpg",
- },
- {
- id: "p3",
- name: "Aviator Shades",
- price: "$180",
- variant: "Gold Plated",
- imageSrc: "http://img.b2bpic.net/free-photo/colored-transparent-sunglasses-still-life_23-2150163171.jpg",
- },
- {
- id: "p4",
- name: "Signature Scent",
- price: "$120",
- variant: "50ml",
- imageSrc: "http://img.b2bpic.net/free-photo/blue-model-career-kit-arrangement_23-2150083942.jpg",
- },
- {
- id: "p5",
- name: "Urban Loafers",
- price: "$320",
- variant: "Suede",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-s-legs-with-stylish-high-heels-pantyhose_23-2150166112.jpg",
- },
- {
- id: "p6",
- name: "Gemstone Studs",
- price: "$210",
- variant: "Diamond",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-elegantly-dressed-female-jewelry-worker-showing-beautiful-precious-earrings-with-gemstones-luxury-jewelry-store_613910-21266.jpg",
- },
+ { id: "p1", name: "Classic Tote", price: "$290", variant: "Leather", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-make-up-products-black-background_23-2148299630.jpg" },
+ { id: "p2", name: "Modern Chronograph", price: "$450", variant: "Stainless Steel", imageSrc: "http://img.b2bpic.net/free-photo/bar-concept_23-2147798086.jpg" },
+ { id: "p3", name: "Aviator Shades", price: "$180", variant: "Gold Plated", imageSrc: "http://img.b2bpic.net/free-photo/colored-transparent-sunglasses-still-life_23-2150163171.jpg" },
+ { id: "p4", name: "Signature Scent", price: "$120", variant: "50ml", imageSrc: "http://img.b2bpic.net/free-photo/blue-model-career-kit-arrangement_23-2150083942.jpg" },
+ { id: "p5", name: "Urban Loafers", price: "$320", variant: "Suede", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-s-legs-with-stylish-high-heels-pantyhose_23-2150166112.jpg" },
+ { id: "p6", name: "Gemstone Studs", price: "$210", variant: "Diamond", imageSrc: "http://img.b2bpic.net/free-photo/smiling-elegantly-dressed-female-jewelry-worker-showing-beautiful-precious-earrings-with-gemstones-luxury-jewelry-store_613910-21266.jpg" },
]}
title="New Arrivals"
description="Explore our latest curated luxury items for every season."
@@ -219,44 +99,21 @@ export default function LandingPage() {
@@ -288,46 +138,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- {
- id: "t1",
- title: "Exquisite Quality",
- quote: "The craftsmanship is simply unmatched. Totally love my new bag.",
- name: "Sarah J.",
- role: "Creative Director",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-iced-coffee_23-2149624087.jpg",
- },
- {
- id: "t2",
- title: "A True Investment",
- quote: "Best purchase I've made this year. Elegant and incredibly durable.",
- name: "Mark D.",
- role: "Architect",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg",
- },
- {
- id: "t3",
- title: "Unmatched Aesthetic",
- quote: "Beautiful minimalist design that speaks for itself. Simply stunning.",
- name: "Elena R.",
- role: "Fashion Stylist",
- imageSrc: "http://img.b2bpic.net/free-photo/long-haired-woman-with-copyspace_1398-1356.jpg",
- },
- {
- id: "t4",
- title: "Seamless Experience",
- quote: "Loved the fast shipping and the packaging was just gorgeous.",
- name: "James L.",
- role: "Designer",
- imageSrc: "http://img.b2bpic.net/free-photo/young-blond-girl-happy-expression_1194-4516.jpg",
- },
- {
- id: "t5",
- title: "Top-Tier Luxury",
- quote: "Every detail matters and it shows in the final product. Highly recommended.",
- name: "Maria K.",
- role: "Entrepreneur",
- imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167457.jpg",
- },
+ { id: "t1", title: "Exquisite Quality", quote: "The craftsmanship is simply unmatched. Totally love my new bag.", name: "Sarah J.", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-iced-coffee_23-2149624087.jpg" },
+ { id: "t2", title: "A True Investment", quote: "Best purchase I've made this year. Elegant and incredibly durable.", name: "Mark D.", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg" },
+ { id: "t3", title: "Unmatched Aesthetic", quote: "Beautiful minimalist design that speaks for itself. Simply stunning.", name: "Elena R.", role: "Fashion Stylist", imageSrc: "http://img.b2bpic.net/free-photo/long-haired-woman-with-copyspace_1398-1356.jpg" },
+ { id: "t4", title: "Seamless Experience", quote: "Loved the fast shipping and the packaging was just gorgeous.", name: "James L.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/young-blond-girl-happy-expression_1194-4516.jpg" },
+ { id: "t5", title: "Top-Tier Luxury", quote: "Every detail matters and it shows in the final product. Highly recommended.", name: "Maria K.", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167457.jpg" },
]}
title="Client Stories"
description="What our esteemed customers have to say about their experience."
@@ -337,18 +152,11 @@ export default function LandingPage() {
@@ -358,54 +166,24 @@ export default function LandingPage() {
logoText="E-Luxe"
columns={[
{
- title: "Shop",
- items: [
- {
- label: "All Products",
- href: "#products",
- },
- {
- label: "New Arrivals",
- href: "#products",
- },
- {
- label: "Best Sellers",
- href: "#products",
- },
+ title: "Shop", items: [
+ { label: "All Products", href: "#products" },
+ { label: "New Arrivals", href: "#products" },
+ { label: "Best Sellers", href: "#products" },
],
},
{
- title: "Company",
- items: [
- {
- label: "About Us",
- href: "#",
- },
- {
- label: "Our Story",
- href: "#",
- },
- {
- label: "Careers",
- href: "#",
- },
+ title: "Company", items: [
+ { label: "About Us", href: "#" },
+ { label: "Our Story", href: "#" },
+ { label: "Careers", href: "#" },
],
},
{
- title: "Legal",
- items: [
- {
- label: "Privacy Policy",
- href: "#",
- },
- {
- label: "Terms of Service",
- href: "#",
- },
- {
- label: "Accessibility",
- href: "#",
- },
+ title: "Legal", items: [
+ { label: "Privacy Policy", href: "#" },
+ { label: "Terms of Service", href: "#" },
+ { label: "Accessibility", href: "#" },
],
},
]}
@@ -414,4 +192,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file