Update src/app/page.tsx
This commit is contained in:
342
src/app/page.tsx
342
src/app/page.tsx
@@ -33,125 +33,78 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "#portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "#portfolio"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Čap Photography"
|
||||
button={{
|
||||
text: "Buy Prints",
|
||||
href: "#portfolio",
|
||||
}}
|
||||
text: "Buy Prints", href: "#portfolio"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
imagePosition="right"
|
||||
title="Capturing Moments, Creating Memories"
|
||||
description="Welcome to Čap Photography, where every click tells a story. Discover a curated collection of fine art prints and professional photography services designed to bring your vision to life."
|
||||
kpis={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
value: "15+", label: "Years Experience"},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Happy Clients",
|
||||
},
|
||||
value: "500+", label: "Happy Clients"},
|
||||
{
|
||||
value: "10K+",
|
||||
label: "Photos Sold",
|
||||
},
|
||||
value: "10K+", label: "Photos Sold"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Portfolio",
|
||||
href: "#portfolio",
|
||||
},
|
||||
text: "Explore Portfolio", href: "#portfolio"},
|
||||
{
|
||||
text: "Book a Session",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Session", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pieces-portrait-concept-with-beautiful-woman_23-2149412306.jpg"
|
||||
imageAlt="Professional photographer at work"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg",
|
||||
alt: "Satisfied client portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg", alt: "Satisfied client portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg",
|
||||
alt: "Happy customer profile",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", alt: "Happy customer profile"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453360.jpg",
|
||||
alt: "Positive review person",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453360.jpg", alt: "Positive review person"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-with-wavy-voluminous-hair-natural-daytime-makeup-wearing-blue-shirt-beige-background-smiles-with-mischievous-cheerful-smile_343596-8237.jpg",
|
||||
alt: "Client testimonial photo",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-with-wavy-voluminous-hair-natural-daytime-makeup-wearing-blue-shirt-beige-background-smiles-with-mischievous-cheerful-smile_343596-8237.jpg", alt: "Client testimonial photo"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/thoughtful-young-man-with-his-hand-lips-against-grey-background_23-2148179634.jpg",
|
||||
alt: "Professional client headshot",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/thoughtful-young-man-with-his-hand-lips-against-grey-background_23-2148179634.jpg", alt: "Professional client headshot"},
|
||||
]}
|
||||
avatarText="Join our growing community!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Artistic Vision",
|
||||
icon: Feather,
|
||||
type: "text-icon", text: "Artistic Vision", icon: Feather,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Premium Quality",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Premium Quality", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Personalized Service",
|
||||
icon: Heart,
|
||||
type: "text-icon", text: "Personalized Service", icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Timeless Memories",
|
||||
},
|
||||
type: "text", text: "Timeless Memories"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Exceptional Detail",
|
||||
},
|
||||
type: "text", text: "Exceptional Detail"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -164,17 +117,11 @@ export default function LandingPage() {
|
||||
description="Čap Photography is dedicated to the art of visual storytelling. With a passion for capturing the profound beauty in everyday moments and grand landscapes alike, Čap crafts images that resonate deeply and stand the test of time."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Artistic Vision",
|
||||
description: "Each photograph is a result of a unique artistic perspective.",
|
||||
},
|
||||
title: "Artistic Vision", description: "Each photograph is a result of a unique artistic perspective."},
|
||||
{
|
||||
title: "Premium Quality",
|
||||
description: "Only the highest resolution and print quality are offered.",
|
||||
},
|
||||
title: "Premium Quality", description: "Only the highest resolution and print quality are offered."},
|
||||
{
|
||||
title: "Personalized Service",
|
||||
description: "Tailored experiences for individual and commercial clients.",
|
||||
},
|
||||
title: "Personalized Service", description: "Tailored experiences for individual and commercial clients."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-view-camera-shutter_23-2150473137.jpg"
|
||||
imageAlt="Vintage camera with modern lens on a wooden table"
|
||||
@@ -190,47 +137,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Emerald Forest Vista",
|
||||
price: "$120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-tall-trees-rock-mountain-with-gray-sky-background_181624-17690.jpg",
|
||||
imageAlt: "Lush green forest with mist",
|
||||
},
|
||||
id: "1", name: "Emerald Forest Vista", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-tall-trees-rock-mountain-with-gray-sky-background_181624-17690.jpg", imageAlt: "Lush green forest with mist"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Urban Night Glow",
|
||||
price: "$95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/illuminated-skyscrapers-night_1203-1024.jpg",
|
||||
imageAlt: "Abstract city lights at night",
|
||||
},
|
||||
id: "2", name: "Urban Night Glow", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/illuminated-skyscrapers-night_1203-1024.jpg", imageAlt: "Abstract city lights at night"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Stag in Morning Mist",
|
||||
price: "$150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-street-food-fest_23-2151543459.jpg",
|
||||
imageAlt: "Deer standing in a misty forest",
|
||||
},
|
||||
id: "3", name: "Stag in Morning Mist", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/delicious-street-food-fest_23-2151543459.jpg", imageAlt: "Deer standing in a misty forest"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Minimalist Bloom",
|
||||
price: "$80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-white-pumpkins-plant_23-2149445998.jpg",
|
||||
imageAlt: "Single flower on a plain background",
|
||||
},
|
||||
id: "4", name: "Minimalist Bloom", price: "$80", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-white-pumpkins-plant_23-2149445998.jpg", imageAlt: "Single flower on a plain background"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Crimson Petals Macro",
|
||||
price: "$110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wet-pink-white-petals_23-2148787372.jpg",
|
||||
imageAlt: "Close-up of red flower petals",
|
||||
},
|
||||
id: "5", name: "Crimson Petals Macro", price: "$110", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wet-pink-white-petals_23-2148787372.jpg", imageAlt: "Close-up of red flower petals"},
|
||||
{
|
||||
id: "6",
|
||||
name: "City Shadows & Light",
|
||||
price: "$130",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-woman-hat-with-short-haircut-center-big-city-close-up-portrait-soft-backlight_1321-2729.jpg",
|
||||
imageAlt: "Black and white street photography",
|
||||
},
|
||||
id: "6", name: "City Shadows & Light", price: "$130", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-woman-hat-with-short-haircut-center-big-city-close-up-portrait-soft-backlight_1321-2729.jpg", imageAlt: "Black and white street photography"},
|
||||
]}
|
||||
title="Discover Our Collections"
|
||||
description="Browse a diverse range of fine art prints, from breathtaking landscapes to captivating street scenes, all available for purchase."
|
||||
@@ -239,45 +156,22 @@ export default function LandingPage() {
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentyFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Wedding Photography",
|
||||
author: "Čap Photography",
|
||||
description: "Capture the magic of your special day with timeless and elegant wedding photos.",
|
||||
tags: [
|
||||
"Events",
|
||||
"Lifestyle",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raised-woman-looking-into-eyes-her-husband_1153-137.jpg",
|
||||
imageAlt: "Newlyweds celebrating outdoors",
|
||||
},
|
||||
id: "s1", title: "Wedding Photography", author: "Čap Photography", description: "Capture the magic of your special day with timeless and elegant wedding photos.", tags: [
|
||||
"Events", "Lifestyle"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raised-woman-looking-into-eyes-her-husband_1153-137.jpg", imageAlt: "Newlyweds celebrating outdoors"},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Corporate & Portrait",
|
||||
author: "Čap Photography",
|
||||
description: "Professional headshots and branding photography that highlights your unique persona or company's vision.",
|
||||
tags: [
|
||||
"Business",
|
||||
"Portraits",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg",
|
||||
imageAlt: "Professional corporate headshot",
|
||||
},
|
||||
id: "s2", title: "Corporate & Portrait", author: "Čap Photography", description: "Professional headshots and branding photography that highlights your unique persona or company's vision.", tags: [
|
||||
"Business", "Portraits"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", imageAlt: "Professional corporate headshot"},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Product & Commercial",
|
||||
author: "Čap Photography",
|
||||
description: "Showcase your products and services with high-quality commercial imagery that drives engagement.",
|
||||
tags: [
|
||||
"E-commerce",
|
||||
"Marketing",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623394.jpg",
|
||||
imageAlt: "Stylish product photography",
|
||||
},
|
||||
id: "s3", title: "Product & Commercial", author: "Čap Photography", description: "Showcase your products and services with high-quality commercial imagery that drives engagement.", tags: [
|
||||
"E-commerce", "Marketing"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623394.jpg", imageAlt: "Stylish product photography"},
|
||||
]}
|
||||
title="Our Photography Services"
|
||||
description="Beyond fine art prints, Čap Photography offers a range of professional services tailored to capture your unique story."
|
||||
@@ -291,53 +185,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_j_art",
|
||||
testimonial: "The prints from Čap Photography are absolutely stunning. The quality is exceptional, and they bring so much life to my home!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-keeps-thumbs-up-approves-praises-something-recommends-product-smiles-happily-dressed-casually-white_273609-54887.jpg",
|
||||
imageAlt: "Client Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@sarah_j_art", testimonial: "The prints from Čap Photography are absolutely stunning. The quality is exceptional, and they bring so much life to my home!", imageSrc: "http://img.b2bpic.net/free-photo/woman-keeps-thumbs-up-approves-praises-something-recommends-product-smiles-happily-dressed-casually-white_273609-54887.jpg", imageAlt: "Client Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael D.",
|
||||
handle: "@michael_d_biz",
|
||||
testimonial: "Čap captured our wedding day beautifully. Every photo tells a story, and they exceeded all our expectations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1652.jpg",
|
||||
imageAlt: "Client Michael Davis",
|
||||
},
|
||||
id: "2", name: "Michael D.", handle: "@michael_d_biz", testimonial: "Čap captured our wedding day beautifully. Every photo tells a story, and they exceeded all our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1652.jpg", imageAlt: "Client Michael Davis"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
handle: "@emily_r_design",
|
||||
testimonial: "The corporate headshots Čap took for our team were fantastic. Professional, modern, and perfectly captured our brand.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/graceful-woman-happy-laughing-with-eyes-closed-funny-caucasian-lady-with-long-hairstyle-having-fun-summer-weekend_197531-25705.jpg",
|
||||
imageAlt: "Client Emily Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emily R.", handle: "@emily_r_design", testimonial: "The corporate headshots Čap took for our team were fantastic. Professional, modern, and perfectly captured our brand.", imageSrc: "http://img.b2bpic.net/free-photo/graceful-woman-happy-laughing-with-eyes-closed-funny-caucasian-lady-with-long-hairstyle-having-fun-summer-weekend_197531-25705.jpg", imageAlt: "Client Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
handle: "@david_k_travel",
|
||||
testimonial: "I bought a landscape print and it's truly a masterpiece. The detail and colors are incredible. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-thinking-kitchen_1301-7658.jpg",
|
||||
imageAlt: "Client David Kim",
|
||||
},
|
||||
id: "4", name: "David K.", handle: "@david_k_travel", testimonial: "I bought a landscape print and it's truly a masterpiece. The detail and colors are incredible. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-thinking-kitchen_1301-7658.jpg", imageAlt: "Client David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica L.",
|
||||
handle: "@jessica_l_events",
|
||||
testimonial: "Čap's product photography significantly elevated our e-commerce site. The images are crisp, vibrant, and professional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/feedback-comment-survey-support-response-bar-word_53876-133786.jpg",
|
||||
imageAlt: "Client Jessica Lee",
|
||||
},
|
||||
id: "5", name: "Jessica L.", handle: "@jessica_l_events", testimonial: "Čap's product photography significantly elevated our e-commerce site. The images are crisp, vibrant, and professional.", imageSrc: "http://img.b2bpic.net/free-photo/feedback-comment-survey-support-response-bar-word_53876-133786.jpg", imageAlt: "Client Jessica Lee"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Robert B.",
|
||||
handle: "@robert_b_art",
|
||||
testimonial: "A truly talented artist! Čap's ability to see and capture beauty is unparalleled. I'm a lifelong fan of their work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-shirtless-man-looking-up_23-2148194044.jpg",
|
||||
imageAlt: "Client Robert Brown",
|
||||
},
|
||||
id: "6", name: "Robert B.", handle: "@robert_b_art", testimonial: "A truly talented artist! Čap's ability to see and capture beauty is unparalleled. I'm a lifelong fan of their work.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-shirtless-man-looking-up_23-2148194044.jpg", imageAlt: "Client Robert Brown"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear from satisfied clients who have experienced the magic of Čap Photography."
|
||||
@@ -349,14 +207,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Art House Collective",
|
||||
"Modern Living Magazine",
|
||||
"Global Event Planners",
|
||||
"Innovate Solutions Inc.",
|
||||
"Urban Canvas Gallery",
|
||||
"Nature's Lens Studio",
|
||||
"Creative Brands Agency",
|
||||
]}
|
||||
"Art House Collective", "Modern Living Magazine", "Global Event Planners", "Innovate Solutions Inc.", "Urban Canvas Gallery", "Nature's Lens Studio", "Creative Brands Agency"]}
|
||||
title="Trusted by Visionaries and Brands"
|
||||
description="Our work has been featured and admired by leading art collectors, businesses, and publications."
|
||||
/>
|
||||
@@ -367,30 +218,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I purchase prints?",
|
||||
content: "You can browse our collections in the 'Portfolio' section and add your desired prints to the cart. We offer secure checkout and various shipping options.",
|
||||
},
|
||||
id: "f1", title: "How do I purchase prints?", content: "You can browse our collections in the 'Portfolio' section and add your desired prints to the cart. We offer secure checkout and various shipping options."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer custom photography sessions?",
|
||||
content: "Yes, we specialize in personalized photography. Please reach out via the contact form to discuss your specific needs and receive a tailored quote.",
|
||||
},
|
||||
id: "f2", title: "Do you offer custom photography sessions?", content: "Yes, we specialize in personalized photography. Please reach out via the contact form to discuss your specific needs and receive a tailored quote."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What is your return policy for prints?",
|
||||
content: "Customer satisfaction is our priority. If you're not entirely happy with your print, please contact us within 14 days of receipt for a resolution.",
|
||||
},
|
||||
id: "f3", title: "What is your return policy for prints?", content: "Customer satisfaction is our priority. If you're not entirely happy with your print, please contact us within 14 days of receipt for a resolution."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "What printing materials do you use?",
|
||||
content: "We use only archival-quality papers and inks to ensure the longevity and vibrancy of your fine art prints, designed to last a lifetime.",
|
||||
},
|
||||
id: "f4", title: "What printing materials do you use?", content: "We use only archival-quality papers and inks to ensure the longevity and vibrancy of your fine art prints, designed to last a lifetime."},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Can I license your images for commercial use?",
|
||||
content: "Yes, many of our images are available for commercial licensing. Please contact us with details about your project for licensing inquiries.",
|
||||
},
|
||||
id: "f5", title: "Can I license your images for commercial use?", content: "Yes, many of our images are available for commercial licensing. Please contact us with details about your project for licensing inquiries."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find answers to common questions about purchasing prints, booking sessions, and more."
|
||||
@@ -403,18 +239,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Ready to capture your story or acquire a masterpiece? Get in touch with Čap Photography."
|
||||
buttons={[
|
||||
{
|
||||
text: "Send a Message",
|
||||
href: "mailto:info@capphotography.com",
|
||||
},
|
||||
text: "Send a Message", href: "mailto:info@capphotography.com"},
|
||||
{
|
||||
text: "Call Us",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
text: "Call Us", href: "tel:+1234567890"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -424,66 +255,39 @@ export default function LandingPage() {
|
||||
logoText="Čap Photography"
|
||||
columns={[
|
||||
{
|
||||
title: "Collections",
|
||||
items: [
|
||||
title: "Collections", items: [
|
||||
{
|
||||
label: "Landscapes",
|
||||
href: "#portfolio",
|
||||
},
|
||||
label: "Landscapes", href: "#portfolio"},
|
||||
{
|
||||
label: "Urban",
|
||||
href: "#portfolio",
|
||||
},
|
||||
label: "Urban", href: "#portfolio"},
|
||||
{
|
||||
label: "Wildlife",
|
||||
href: "#portfolio",
|
||||
},
|
||||
label: "Wildlife", href: "#portfolio"},
|
||||
{
|
||||
label: "Abstract",
|
||||
href: "#portfolio",
|
||||
},
|
||||
label: "Abstract", href: "#portfolio"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Weddings",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Weddings", href: "#services"},
|
||||
{
|
||||
label: "Portraits",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Portraits", href: "#services"},
|
||||
{
|
||||
label: "Commercial",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Commercial", href: "#services"},
|
||||
{
|
||||
label: "Custom Projects",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Custom Projects", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user