Compare commits
3 Commits
version_7
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 590c04446c | |||
| a74c73fd98 | |||
| d51999ba08 |
@@ -6,7 +6,7 @@ import { Facebook, Heart, Instagram, Twitter, Sparkles, Star } from "lucide-reac
|
|||||||
|
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
@@ -72,50 +72,17 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about-section" data-section="about-section">
|
<div id="about-section" data-section="about-section">
|
||||||
<SplitAbout
|
<TextAbout
|
||||||
tag="ABOUT KLARK"
|
tag="OUR STORY"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
title="Redefining Modern Design Excellence"
|
title="Crafting Timeless Beauty Since 2010"
|
||||||
titleSegments={[
|
|
||||||
{ text: "Redefining", color: "text-green-500" },
|
|
||||||
{ text: "Modern Design Excellence" }
|
|
||||||
]}
|
|
||||||
description="At Klark, we believe exceptional design transforms spaces and elevates experiences. Since our founding, we've been committed to creating innovative solutions that blend aesthetics with functionality, delivering products that inspire and endure."
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{ label: "View Our Work", href: "#portfolio-section", dataWebildId: "btn_klark_portfolio" },
|
{ text: "Explore Our Collections", href: "#products-section" },
|
||||||
{ label: "Get In Touch", href: "#contact-section", dataWebildId: "btn_klark_contact" }
|
{ text: "Meet Our Artisans", href: "#testimonials-section" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
bulletPoints={[
|
|
||||||
{
|
|
||||||
title: "Innovative Design",
|
|
||||||
description: "Cutting-edge solutions that push creative boundaries",
|
|
||||||
icon: Sparkles
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Quality Craftsmanship",
|
|
||||||
description: "Meticulous attention to detail in every creation",
|
|
||||||
icon: Sparkles
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Sustainable Practices",
|
|
||||||
description: "Environmentally conscious production methods",
|
|
||||||
icon: Sparkles
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Client-Focused",
|
|
||||||
description: "Your vision drives our creative process",
|
|
||||||
icon: Sparkles
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg"
|
|
||||||
imageAlt="Klark design showcase"
|
|
||||||
imagePosition="right"
|
|
||||||
mediaAnimation="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
ariaLabel="About Klark design studio"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -184,60 +151,54 @@ export default function LandingPage() {
|
|||||||
<div id="contact-section" data-section="contact-section">
|
<div id="contact-section" data-section="contact-section">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Get in Touch with Klark"
|
title="Get in Touch with Klark"
|
||||||
description="Have questions about our floral arrangements or services? We'd love to hear from you. Fill out the form below and our team will respond within 24 hours."
|
description="Have questions about our floral arrangements or services? We'd love to hear from you. Fill out the form below and our team will respond promptly."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name",
|
||||||
type: "text",
|
type: "text",
|
||||||
placeholder: "Your Name",
|
placeholder: "Your Name",
|
||||||
required: true,
|
required: true
|
||||||
className: "text-white"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email",
|
||||||
type: "email",
|
type: "email",
|
||||||
placeholder: "Your Email",
|
placeholder: "Your Email",
|
||||||
required: true,
|
required: true
|
||||||
className: "text-white"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "phone",
|
name: "phone",
|
||||||
type: "tel",
|
type: "tel",
|
||||||
placeholder: "Your Phone Number",
|
placeholder: "Your Phone Number",
|
||||||
required: false,
|
required: false
|
||||||
className: "text-white"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "subject",
|
name: "subject",
|
||||||
type: "text",
|
type: "text",
|
||||||
placeholder: "Subject",
|
placeholder: "Subject",
|
||||||
required: true,
|
required: true
|
||||||
className: "text-white"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message",
|
||||||
placeholder: "Tell us about your floral needs...",
|
placeholder: "Tell us about your event or inquiry...",
|
||||||
rows: 5,
|
rows: 5,
|
||||||
required: true,
|
required: true
|
||||||
className: "text-white"
|
|
||||||
}}
|
}}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={false}
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg"
|
||||||
imageAlt="Klark Contact Section"
|
imageAlt="Klark Contact Section"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
mediaAnimation="fade-in"
|
mediaAnimation="fade-in"
|
||||||
buttonText="Send Message"
|
buttonText="Send Message"
|
||||||
ariaLabel="Contact form with image"
|
ariaLabel="Contact form section"
|
||||||
className="py-20"
|
className="py-20"
|
||||||
containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"
|
containerClassName="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8"
|
||||||
contentClassName="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center"
|
contentClassName="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center"
|
||||||
formCardClassName="bg-black rounded-2xl p-8 shadow-2xl"
|
formCardClassName="bg-white rounded-2xl p-8 shadow-lg"
|
||||||
titleClassName="text-4xl font-bold text-white mb-4"
|
titleClassName="text-4xl font-bold text-gray-900 mb-4"
|
||||||
descriptionClassName="text-lg text-gray-300 mb-8"
|
descriptionClassName="text-lg text-gray-600 mb-8"
|
||||||
buttonClassName="bg-green-600 hover:bg-green-700 text-white px-8 py-3 rounded-lg font-semibold transition-colors"
|
buttonClassName="bg-red-600 hover:bg-red-700 text-white px-8 py-3 rounded-lg font-semibold transition-colors"
|
||||||
buttonTextClassName="text-white font-semibold"
|
mediaWrapperClassName="rounded-2xl overflow-hidden shadow-xl"
|
||||||
mediaWrapperClassName="rounded-2xl overflow-hidden shadow-2xl"
|
|
||||||
mediaClassName="w-full h-full object-cover"
|
mediaClassName="w-full h-full object-cover"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -3,22 +3,22 @@
|
|||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #f7f6f7;;
|
/* --background: #f7f6f7;;
|
||||||
--card: #1a2d1a;;
|
--card: #1a0d0d;;
|
||||||
--foreground: #ffffff;;
|
--foreground: #ffffff;;
|
||||||
--primary-cta: #00ff00;;
|
--primary-cta: #ff0000;;
|
||||||
--secondary-cta: #ffff00;;
|
--secondary-cta: #cc0000;;
|
||||||
--accent: #ffff00;;
|
--accent: #ff0000;;
|
||||||
--background-accent: #003300;; */
|
--background-accent: #330000;; */
|
||||||
|
|
||||||
--background: #0d1a0d;;
|
--background: #0d0d0d;;
|
||||||
--card: #1a2d1a;;
|
--card: #1a0d0d;;
|
||||||
--foreground: #ffffff;;
|
--foreground: #ffffff;;
|
||||||
--primary-cta: #00ff00;;
|
--primary-cta: #ff0000;;
|
||||||
--primary-cta-text: #f7f6f7;;
|
--primary-cta-text: #f7f6f7;;
|
||||||
--secondary-cta: #ffff00;;
|
--secondary-cta: #cc0000;;
|
||||||
--secondary-cta-text: #250c0d;;
|
--secondary-cta-text: #250c0d;;
|
||||||
--accent: #ffff00;;
|
--accent: #ff0000;;
|
||||||
--background-accent: #003300;;
|
--background-accent: #330000;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user