Update src/app/page.tsx
This commit is contained in:
@@ -6,6 +6,7 @@ import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSp
|
||||
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
||||
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
|
||||
import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
@@ -52,40 +53,34 @@ export default function LuxuryFashionPortfolioPage() {
|
||||
]}
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
<InlineImageSplitTextAbout
|
||||
className="pt-40"
|
||||
heading={[
|
||||
{ type: "text", content: "Immersive" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/side-view-young-woman-sitting-chair_23-2149411363.jpg", alt: "Editorial fashion" },
|
||||
{ type: "text", content: "Visual storytelling that blends" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/close-up-shiny-fabric-details_23-2149285590.jpg", alt: "Luxury texture" },
|
||||
{ type: "text", content: "AI innovation with human elegance" },
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Explore Aesthetic", href: "#" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<FeatureCardOne
|
||||
tag="Portfolio"
|
||||
tagIcon={Camera}
|
||||
title="Curated Collections"
|
||||
description="High-end editorial photography and product showcases."
|
||||
<ProductCardFour
|
||||
title="Fashion Collections"
|
||||
description="Curated editorial looks for the discerning brand."
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
uniformGridCustomHeightClasses="h-100 2xl:h-110"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Jewelry", description: "Gold vermeil and diamond series.", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring_23-2150329701.jpg", imageAlt: "Jewelry" },
|
||||
{ title: "Fashion", description: "Noir winter editorial shoot.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sensual-blonde-girl-winter-jacket-fur-hood-standing-studio-isolated-dark-background_613910-19411.jpg", imageAlt: "Fashion" },
|
||||
{ title: "Skincare", description: "The Glow Ritual collection.", imageSrc: "http://img.b2bpic.net/free-photo/nail-serum-with-transparent-bottle-plant_23-2149046482.jpg", imageAlt: "Skincare" },
|
||||
{ title: "Handbags", description: "Structured leather campaign.", imageSrc: "http://img.b2bpic.net/free-photo/bag-hanging-from-furniture-item-indoors_23-2151073553.jpg", imageAlt: "Handbags" },
|
||||
{ title: "Fragrance", description: "Lumière parfum hero shot.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337694.jpg", imageAlt: "Perfume" }
|
||||
products={[
|
||||
{ id: "f1", name: "Couture Evening", price: "Editorial", variant: "High Fashion", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-wearing-luxury-dress_23-2149071352.jpg" },
|
||||
{ id: "f2", name: "Street Luxe", price: "Modern", variant: "Casual", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-wearing-leather-jacket_23-2149123456.jpg" },
|
||||
{ id: "f3", name: "Avant Garde", price: "Conceptual", variant: "Artistic", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-futuristic-garment_23-2149567890.jpg" }
|
||||
]}
|
||||
/>
|
||||
<ProductCardFour
|
||||
title="Skincare Essentials"
|
||||
description="High-end product photography for beauty brands."
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "s1", name: "Radiant Serum", price: "Hydration", variant: "Skincare", imageSrc: "http://img.b2bpic.net/free-photo/nail-serum-with-transparent-bottle-plant_23-2149046482.jpg" },
|
||||
{ id: "s2", name: "Velvet Cream", price: "Luxe", variant: "Moisturizer", imageSrc: "http://img.b2bpic.net/free-photo/cream-bottle-luxury-texture_23-2151307252.jpg" },
|
||||
{ id: "s3", name: "Pure Essence", price: "Organic", variant: "Oil", imageSrc: "http://img.b2bpic.net/free-photo/essential-oil-arrangement_23-2149337694.jpg" }
|
||||
]}
|
||||
/>
|
||||
<FeatureCardNine
|
||||
tag="How It Works"
|
||||
tag="Process"
|
||||
tagIcon={Sparkles}
|
||||
title="From Brief to Beautiful in 48 Hours"
|
||||
description="Efficient, premium-grade AI asset production for luxury brands."
|
||||
@@ -99,20 +94,6 @@ export default function LuxuryFashionPortfolioPage() {
|
||||
{ title: "Refined Output", description: "Final assets delivered in 48 hours.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/tablet-books-arrangement-shelf_23-2149765742.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-stationery-elements-brown_23-2148851509.jpg" } },
|
||||
]}
|
||||
/>
|
||||
<FeatureCardMedia
|
||||
tag="Services"
|
||||
tagIcon={Package}
|
||||
title="Service Categories"
|
||||
description="Specialized visual production for luxury sectors."
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "1", title: "Editorial", description: "Couture and dark romance imagery.", tag: "Fashion", imageSrc: "http://img.b2bpic.net/free-photo/young-asian-woman-posing-autumn-clothes_23-2149071352.jpg" },
|
||||
{ id: "2", title: "Macro", description: "Extreme close-up beauty series.", tag: "Makeup", imageSrc: "http://img.b2bpic.net/free-photo/still-life-makeup-textures_52683-109871.jpg" },
|
||||
{ id: "3", title: "Campaign", description: "Golden hour lifestyle narratives.", tag: "Campaign", imageSrc: "http://img.b2bpic.net/free-photo/graceful-shapely-girl-retro-dress-dancing-outdoor-sunlight-holding-trendy-backpack_197531-4312.jpg" },
|
||||
]}
|
||||
/>
|
||||
<ContactSplitForm
|
||||
title="Start Your Campaign"
|
||||
description="Let's craft your next visual masterpiece."
|
||||
|
||||
Reference in New Issue
Block a user