Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-06 09:31:02 +00:00

View File

@@ -16,231 +16,110 @@ export default function LandingPage() {
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Services",
id: "features",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="Alberti Studio"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Services", id: "features" },
{ name: "Contact", id: "contact" },
]}
brandName="Alberti Studio"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars",
}}
title="Alberti Studio Kanika: Elevate Your Brand Vision"
description="Crafting premium design solutions that bridge the gap between imagination and reality. Let's create something extraordinary together."
tag="Premier Creative Studio"
buttons={[
{
text: "Get Started",
href: "#contact",
},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/no-people-empty-drawing-class-prepared-drawing-lesson-paintng-canvas-nobody-creativity-workshop-equipped-with-professional-tools-develop-artistic-students-skills_482257-41762.jpg?_wi=1",
imageAlt: "Creative Studio Workspace",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-laptop_23-2148503484.jpg?_wi=1",
imageAlt: "Studio Design Process",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/no-people-empty-drawing-class-prepared-drawing-lesson-paintng-canvas-nobody-creativity-workshop-equipped-with-professional-tools-develop-artistic-students-skills_482257-41762.jpg?_wi=2",
imageAlt: "Modern Art Studio",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-laptop_23-2148503484.jpg?_wi=2",
imageAlt: "Design Concept Board",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/no-people-empty-drawing-class-prepared-drawing-lesson-paintng-canvas-nobody-creativity-workshop-equipped-with-professional-tools-develop-artistic-students-skills_482257-41762.jpg?_wi=3",
imageAlt: "Minimalist Office Environment",
},
]}
mediaAnimation="slide-up"
rating={5}
ratingText="Trusted by over 50+ partners"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{ variant: "gradient-bars" }}
title="Alberti Studio Kanika: Elevate Your Brand Vision"
description="Crafting premium design solutions that bridge the gap between imagination and reality. Let's create something extraordinary together."
tag="Premier Creative Studio"
buttons={[{ text: "Get Started", href: "#contact" }]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/no-people-empty-drawing-class-prepared-drawing-lesson-paintng-canvas-nobody-creativity-workshop-equipped-with-professional-tools-develop-artistic-students-skills_482257-41762.jpg", imageAlt: "Creative Studio Workspace" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-laptop_23-2148503484.jpg", imageAlt: "Studio Design Process" }
]}
mediaAnimation="slide-up"
rating={5}
ratingText="Trusted by over 50+ partners"
/>
</div>
<div id="about" data-section="about">
<SplitAbout
textboxLayout="inline-image"
useInvertedBackground={false}
title="Dedicated to Excellence"
description="Kanika at Alberti Studio brings years of expertise in visual storytelling and brand strategy. We focus on results, aesthetic purity, and deeply resonant design."
bulletPoints={[
{
title: "Strategy First",
description: "Every design starts with deep research.",
},
{
title: "Visual Identity",
description: "Building iconic brand marks and assets.",
},
{
title: "Client Focused",
description: "Collaborative process for perfect results.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/creative-person-using-skills-draw-professional-sketch-canvas-with-wooden-easel-art-craft-hobby-drawing-artistic-masterpiece-with-sketch-vase-model-creativity-design_482257-46720.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="about" data-section="about">
<SplitAbout
textboxLayout="inline-image"
useInvertedBackground={false}
title="Dedicated to Excellence"
description="Kanika at Alberti Studio brings years of expertise in visual storytelling and brand strategy. We focus on results, aesthetic purity, and deeply resonant design."
bulletPoints={[
{ title: "Strategy First", description: "Every design starts with deep research." },
{ title: "Visual Identity", description: "Building iconic brand marks and assets." },
{ title: "Client Focused", description: "Collaborative process for perfect results." },
]}
imageSrc="http://img.b2bpic.net/free-photo/creative-person-using-skills-draw-professional-sketch-canvas-with-wooden-easel-art-craft-hobby-drawing-artistic-masterpiece-with-sketch-vase-model-creativity-design_482257-46720.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="features" data-section="features">
<FeatureCardSixteen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
negativeCard={{
items: [
"No cookie-cutter templates",
"No hidden fee surprises",
"No slow turnaround times",
"No impersonal service",
"No compromise on quality",
],
}}
positiveCard={{
items: [
"High-end production quality",
"Strategic brand alignment",
"Transparent communication",
"Data-driven insights",
"Tailored creative solutions",
],
}}
title="Why Choose Us?"
description="We don't just design; we architect identities that stand the test of time."
/>
</div>
<div id="features" data-section="features">
<FeatureCardSixteen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
negativeCard={{ items: ["No cookie-cutter templates", "No hidden fee surprises", "No slow turnaround times", "No impersonal service", "No compromise on quality"] }}
positiveCard={{ items: ["High-end production quality", "Strategic brand alignment", "Transparent communication", "Data-driven insights", "Tailored creative solutions"] }}
title="Why Choose Us?"
description="We don't just design; we architect identities that stand the test of time."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "Founder",
company: "TechInnovate",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-her-handsome-boyfriend-sexy-cheerful-multiracial-family-having-tender-moments-blue-background-studio-multiethnic-models-hugging-embracing-each-otherlove-concept_158538-26969.jpg",
},
{
id: "2",
name: "Mark R.",
role: "Director",
company: "GrowCo",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
},
{
id: "3",
name: "Emily P.",
role: "CEO",
company: "DesignLab",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-woman-close-eyes-showing-okay-ok-sign-zero-gesture-no-proble-praise-awesome-good-thing-standing-stylish-outfit-against-white-background_176420-46697.jpg",
},
{
id: "4",
name: "David W.",
role: "Manager",
company: "CreativeOps",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg",
},
{
id: "5",
name: "Linda K.",
role: "Founder",
company: "Artisanal Co",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg",
},
]}
title="Success Stories"
description="Hear what our amazing clients have to say about working with Kanika."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah J.", role: "Founder", company: "TechInnovate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-her-handsome-boyfriend-sexy-cheerful-multiracial-family-having-tender-moments-blue-background-studio-multiethnic-models-hugging-embracing-each-otherlove-concept_158538-26969.jpg" },
{ id: "2", name: "Mark R.", role: "Director", company: "GrowCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg" },
{ id: "3", name: "Emily P.", role: "CEO", company: "DesignLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-woman-close-eyes-showing-okay-ok-sign-zero-gesture-no-proble-praise-awesome-good-thing-standing-stylish-outfit-against-white-background_176420-46697.jpg" },
{ id: "4", name: "David W.", role: "Manager", company: "CreativeOps", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg" },
{ id: "5", name: "Linda K.", role: "Founder", company: "Artisanal Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg" },
]}
title="Success Stories"
description="Hear what our amazing clients have to say about working with Kanika."
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
text="Ready to bring your vision to life? Let's discuss your project today and start creating."
buttons={[
{
text: "Contact Us",
href: "mailto:hello@albertistudio.kanika",
},
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{ variant: "sparkles-gradient" }}
text="Ready to bring your vision to life? Let's discuss your project today and start creating."
buttons={[{ text: "Contact Us", href: "mailto:hello@albertistudio.kanika" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Alberti Studio Kanika"
columns={[
{
title: "Company",
items: [
{
label: "About",
href: "#about",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
]}
copyrightText="© 2024 Alberti Studio Kanika. All rights reserved."
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Alberti Studio Kanika"
columns={[
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
copyrightText="© 2024 Alberti Studio Kanika. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}