Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bb3118bae1 | |||
| a2274ead76 | |||
| f42a01cc2c | |||
| b3e3f32fc6 |
@@ -9,6 +9,7 @@ import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboard
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
import { Award, Heart, Phone, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -30,6 +31,7 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Collections", id: "products" },
|
||||
{ name: "Supplier Dashboard", id: "supplier-dashboard" },
|
||||
{ name: "Our Story", id: "about" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
@@ -40,7 +42,6 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
background={{ variant: "radial-gradient" }}
|
||||
logoText="AURELIAN"
|
||||
description="Exquisite craftsmanship for the modern icon. Timeless pieces designed to elevate your everyday silhouette."
|
||||
buttons={[
|
||||
@@ -48,9 +49,25 @@ export default function LandingPage() {
|
||||
{ text: "Our Story", href: "#about" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fashionable-woman-white-pants-black-jacket-boots-posing-outdoors-brunette-girl-with-handbag-glasses-holds-phone-outside_197531-27987.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fashionable-woman-white-pants-black-jacket-boots-posing-outdoors-brunette-girl-with-handbag-glasses-holds-phone-outside_197531-27988.jpg"
|
||||
imageAlt="Aurelian luxury fashion model"
|
||||
mediaAnimation="blur-reveal"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="supplier-dashboard" data-section="supplier-dashboard">
|
||||
<FeatureCardTwelve
|
||||
title="Supplier Management"
|
||||
description="Centralized control for your supply chain operations and inventory synchronization."
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "s1", label: "Inventory", title: "Real-time Sync", items: ["Automated stock updates", "Multi-warehouse tracking", "Low stock alerts"], buttons: [{ text: "Sync Now" }] },
|
||||
{ id: "s2", label: "Pricing", title: "Automated Updates", items: ["Dynamic margin rules", "Competitive monitoring", "Bulk price adjustments"], buttons: [{ text: "Configure Rules" }] },
|
||||
{ id: "s3", label: "Orders", title: "Status Monitoring", items: ["End-to-end tracking", "Supplier status feed", "Automated fulfillment status"], buttons: [{ text: "View Orders" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -92,8 +109,6 @@ export default function LandingPage() {
|
||||
{ id: "t1", name: "Elena Ross", handle: "@elenaross", testimonial: "Unparalleled luxury. Aurelian pieces define my style.", imageSrc: "http://img.b2bpic.net/free-photo/shorthaired-woman-black-jacket-white-pants-with-belt-posing-outside-curly-girl-eyeglasses-smiling-street_197531-27978.jpg" },
|
||||
{ id: "t2", name: "Marcus Thorne", handle: "@mthorne", testimonial: "A timeless collection, impeccably crafted.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-warm-sweater-sitting-ground_1303-17564.jpg" },
|
||||
{ id: "t3", name: "Sophia Chen", handle: "@sophiachen", testimonial: "The fit and material quality are simply exquisite.", imageSrc: "http://img.b2bpic.net/free-photo/shopping-girl-phone_23-2148023383.jpg" },
|
||||
{ id: "t4", name: "Julian Vane", handle: "@jvane", testimonial: "Aurelian never fails to impress me. True luxury.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-brown-coat-spring-city_1157-33301.jpg" },
|
||||
{ id: "t5", name: "Amelia Grey", handle: "@ameliagrey", testimonial: "Subtle, sophisticated, and perfectly tailored.", imageSrc: "http://img.b2bpic.net/free-photo/shorthaired-woman-black-jacket-white-pants-with-belt-posing-outside-curly-girl-eyeglasses-smiling-street_197531-27978.jpg" },
|
||||
]}
|
||||
title="What Clients Say"
|
||||
description="Our dedication to quality is felt in every stitch."
|
||||
|
||||
Reference in New Issue
Block a user