diff --git a/src/app/page.tsx b/src/app/page.tsx index b3f36a3..b151a8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -59,51 +49,28 @@ export default function LandingPage() {
@@ -115,44 +82,20 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - label: "Identity", - title: "Brand Identity", - items: [ - "Logo Creation", - "Visual Systems", - "Brand Guidelines", - ], + id: "f1", label: "Identity", title: "Brand Identity", items: [ + "Logo Creation", "Visual Systems", "Brand Guidelines"], }, { - id: "f2", - label: "Design", - title: "Logo Design", - items: [ - "Custom Logotypes", - "Iconography", - "Usage Patterns", - ], + id: "f2", label: "Design", title: "Logo Design", items: [ + "Custom Logotypes", "Iconography", "Usage Patterns"], }, { - id: "f3", - label: "Web", - title: "Web Design", - items: [ - "Responsive Layouts", - "UI/UX Strategy", - "High-End Animation", - ], + id: "f3", label: "Web", title: "Web Design", items: [ + "Responsive Layouts", "UI/UX Strategy", "High-End Animation"], }, { - id: "f4", - label: "Social", - title: "Social Media", - items: [ - "Content Strategy", - "Campaign Assets", - "Engagement Visuals", - ], + id: "f4", label: "Social", title: "Social Media", items: [ + "Content Strategy", "Campaign Assets", "Engagement Visuals"], }, ]} title="Premium Creative Services" @@ -168,47 +111,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Velora", - price: "Luxury Fashion", - variant: "Identity", - imageSrc: "http://img.b2bpic.net/free-photo/gold-dark-gift-box_187299-48760.jpg", - }, + id: "p1", name: "Velora", price: "Luxury Fashion", variant: "Identity", imageSrc: "http://img.b2bpic.net/free-photo/gold-dark-gift-box_187299-48760.jpg"}, { - id: "p2", - name: "Sentia", - price: "Wellness", - variant: "Packaging", - imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420628.jpg", - }, + id: "p2", name: "Sentia", price: "Wellness", variant: "Packaging", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420628.jpg"}, { - id: "p3", - name: "Archiq", - price: "Studio", - variant: "Web", - imageSrc: "http://img.b2bpic.net/free-vector/realistic-elegant-business-card_52683-81795.jpg", - }, + id: "p3", name: "Archiq", price: "Studio", variant: "Web", imageSrc: "http://img.b2bpic.net/free-vector/realistic-elegant-business-card_52683-81795.jpg"}, { - id: "p4", - name: "Aurex Social", - price: "Creative", - variant: "Social", - imageSrc: "http://img.b2bpic.net/free-photo/man-having-fun-by-using-isolated-screen-laptop-play-multiplayer-videogame_482257-121569.jpg", - }, + id: "p4", name: "Aurex Social", price: "Creative", variant: "Social", imageSrc: "http://img.b2bpic.net/free-photo/man-having-fun-by-using-isolated-screen-laptop-play-multiplayer-videogame_482257-121569.jpg"}, { - id: "p5", - name: "Luxe Concept", - price: "Branding", - variant: "System", - imageSrc: "http://img.b2bpic.net/free-vector/elegant-business-card-template-with-golden-details_79603-1140.jpg", - }, + id: "p5", name: "Luxe Concept", price: "Branding", variant: "System", imageSrc: "http://img.b2bpic.net/free-vector/elegant-business-card-template-with-golden-details_79603-1140.jpg"}, { - id: "p6", - name: "Visionary Hub", - price: "Exhibition", - variant: "Strategy", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-going-art-gallery_23-2149709092.jpg", - }, + id: "p6", name: "Visionary Hub", price: "Exhibition", variant: "Strategy", imageSrc: "http://img.b2bpic.net/free-photo/young-man-going-art-gallery_23-2149709092.jpg"}, ]} title="Selected Projects" description="A showcase of our most impactful brand collaborations." @@ -219,28 +132,17 @@ export default function LandingPage() { @@ -348,58 +208,35 @@ export default function LandingPage() { logoText="AUREX STUDIO" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Brand Identity", - href: "#", - }, + label: "Brand Identity", href: "#"}, { - label: "Logo Design", - href: "#", - }, + label: "Logo Design", href: "#"}, { - label: "Web Design", - href: "#", - }, + label: "Web Design", href: "#"}, { - label: "Social Media", - href: "#", - }, + label: "Social Media", href: "#"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#"}, { - label: "Our Process", - href: "#", - }, + label: "Our Process", href: "#"}, { - label: "Case Studies", - href: "#", - }, + label: "Case Studies", href: "#"}, { - label: "Contact", - href: "#", - }, + label: "Contact", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}