Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
167
src/app/page.tsx
167
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Artistry",
|
||||
id: "features",
|
||||
},
|
||||
name: "Artistry", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Dazzling Dreams"
|
||||
/>
|
||||
@@ -53,63 +45,40 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Unleash Your Creativity at Dazzling Dreams"
|
||||
description="Where art meets imagination. Join our vibrant community and bring your artistic dreams to life with guided crafts and painting workshops."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-cute-young-woman-with-palette-brushes-hands_259150-60644.jpg",
|
||||
alt: "Artist 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-cute-young-woman-with-palette-brushes-hands_259150-60644.jpg", alt: "Artist 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-girl-with-colorful-hair-black-apron-white-t-shirt-holding-mug-with-pottery-tools-hands-dreamily-looking-aside-pottery-studio_574295-932.jpg",
|
||||
alt: "Artist 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-girl-with-colorful-hair-black-apron-white-t-shirt-holding-mug-with-pottery-tools-hands-dreamily-looking-aside-pottery-studio_574295-932.jpg", alt: "Artist 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-using-mobile-phone_107420-96209.jpg",
|
||||
alt: "Artist 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-using-mobile-phone_107420-96209.jpg", alt: "Artist 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-artist-with-color-palette_23-2148002555.jpg",
|
||||
alt: "Artist 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-artist-with-color-palette_23-2148002555.jpg", alt: "Artist 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-seamstress-shirt-thoughtfully-choosing-colorful-thread-while-work-with-fabric-modern-sewing-workshop_574295-3758.jpg",
|
||||
alt: "Artist 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-seamstress-shirt-thoughtfully-choosing-colorful-thread-while-work-with-fabric-modern-sewing-workshop_574295-3758.jpg", alt: "Artist 5"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Workshop",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Workshop", href: "#contact"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Vibrant Workshops",
|
||||
icon: Palette,
|
||||
type: "text-icon", text: "Vibrant Workshops", icon: Palette,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Guidance",
|
||||
icon: Users,
|
||||
type: "text-icon", text: "Expert Guidance", icon: Users,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "All Skill Levels",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "All Skill Levels", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Creative Supplies",
|
||||
icon: Feather,
|
||||
type: "text-icon", text: "Creative Supplies", icon: Feather,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Join Today",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Join Today", icon: Sparkles,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -123,7 +92,7 @@ export default function LandingPage() {
|
||||
description="Dazzling Dreams art and craft is more than just a studio; it is a space for inspiration, exploration, and relaxation. We believe everyone has an artist within waiting to be discovered."
|
||||
subdescription="From beginner painting sessions to intricate hand-crafted decor, our sessions are designed to spark joy and creativity."
|
||||
icon={Sparkles}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-painter-desk-joyfully-choosing-paint-brush-with-big-pattern-canvas-background-home_574295-3722.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-painter-desk-joyfully-choosing-paint-brush-with-big-pattern-canvas-background-home_574295-3722.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -131,24 +100,16 @@ export default function LandingPage() {
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardOne
|
||||
textboxLayout="split"
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Painting Workshops",
|
||||
description: "Express yourself through vibrant colors and guided acrylic painting sessions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-master-with-tools_114579-12246.jpg?_wi=1",
|
||||
},
|
||||
title: "Painting Workshops", description: "Express yourself through vibrant colors and guided acrylic painting sessions.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-master-with-tools_114579-12246.jpg"},
|
||||
{
|
||||
title: "Pottery & Sculpture",
|
||||
description: "Get hands-on with clay and learn the art of molding and crafting ceramics.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sculptors-couple-working-with-clay-studio-together_23-2149986259.jpg?_wi=1",
|
||||
},
|
||||
title: "Pottery & Sculpture", description: "Get hands-on with clay and learn the art of molding and crafting ceramics.", imageSrc: "http://img.b2bpic.net/free-photo/sculptors-couple-working-with-clay-studio-together_23-2149986259.jpg"},
|
||||
{
|
||||
title: "Creative Illustration",
|
||||
description: "Master sketching and detailed drawing techniques in a supportive studio environment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-paper-colorful-paint-table_23-2149632412.jpg?_wi=1",
|
||||
},
|
||||
title: "Creative Illustration", description: "Master sketching and detailed drawing techniques in a supportive studio environment.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-paper-colorful-paint-table_23-2149632412.jpg"},
|
||||
]}
|
||||
title="Explore Our Artistic Worlds"
|
||||
description="We offer a diverse range of artistic mediums tailored to all skill levels. Whether you are picking up a brush for the first time or perfecting your craft, we have a place for you."
|
||||
@@ -161,60 +122,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Emma W.",
|
||||
date: "Oct 2023",
|
||||
title: "Incredible Experience",
|
||||
quote: "The workshops are so therapeutic! I never thought I could paint like this.",
|
||||
tag: "Painting Class",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-cute-young-woman-with-palette-brushes-hands_259150-60644.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/human-hands-working-it-yourself-project_23-2151509407.jpg",
|
||||
imageAlt: "vibrant art and craft creative workshop",
|
||||
},
|
||||
id: "1", name: "Emma W.", date: "Oct 2023", title: "Incredible Experience", quote: "The workshops are so therapeutic! I never thought I could paint like this.", tag: "Painting Class", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-cute-young-woman-with-palette-brushes-hands_259150-60644.jpg", imageSrc: "http://img.b2bpic.net/free-photo/human-hands-working-it-yourself-project_23-2151509407.jpg", imageAlt: "vibrant art and craft creative workshop"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
date: "Sep 2023",
|
||||
title: "Fun for all",
|
||||
quote: "Fantastic atmosphere. The instructors make every project feel achievable.",
|
||||
tag: "Clay Workshop",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/pretty-girl-with-colorful-hair-black-apron-white-t-shirt-holding-mug-with-pottery-tools-hands-dreamily-looking-aside-pottery-studio_574295-932.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-painter-desk-joyfully-choosing-paint-brush-with-big-pattern-canvas-background-home_574295-3722.jpg?_wi=2",
|
||||
imageAlt: "friendly artist in craft studio",
|
||||
},
|
||||
id: "2", name: "Mark D.", date: "Sep 2023", title: "Fun for all", quote: "Fantastic atmosphere. The instructors make every project feel achievable.", tag: "Clay Workshop", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-girl-with-colorful-hair-black-apron-white-t-shirt-holding-mug-with-pottery-tools-hands-dreamily-looking-aside-pottery-studio_574295-932.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-painter-desk-joyfully-choosing-paint-brush-with-big-pattern-canvas-background-home_574295-3722.jpg", imageAlt: "friendly artist in craft studio"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah L.",
|
||||
date: "Aug 2023",
|
||||
title: "Great community",
|
||||
quote: "I found a new hobby and made great friends here. Dazzling Dreams is truly special.",
|
||||
tag: "General Art",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-using-mobile-phone_107420-96209.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-master-with-tools_114579-12246.jpg?_wi=2",
|
||||
imageAlt: "abstract painting workshop creative art",
|
||||
},
|
||||
id: "3", name: "Sarah L.", date: "Aug 2023", title: "Great community", quote: "I found a new hobby and made great friends here. Dazzling Dreams is truly special.", tag: "General Art", avatarSrc: "http://img.b2bpic.net/free-photo/woman-using-mobile-phone_107420-96209.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-master-with-tools_114579-12246.jpg", imageAlt: "abstract painting workshop creative art"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jason K.",
|
||||
date: "Jul 2023",
|
||||
title: "Highly recommended",
|
||||
quote: "Professional, fun, and very welcoming. Can't wait for the next session!",
|
||||
tag: "Sketching",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/female-artist-with-color-palette_23-2148002555.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sculptors-couple-working-with-clay-studio-together_23-2149986259.jpg?_wi=2",
|
||||
imageAlt: "pottery crafting creative studio class",
|
||||
},
|
||||
id: "4", name: "Jason K.", date: "Jul 2023", title: "Highly recommended", quote: "Professional, fun, and very welcoming. Can't wait for the next session!", tag: "Sketching", avatarSrc: "http://img.b2bpic.net/free-photo/female-artist-with-color-palette_23-2148002555.jpg", imageSrc: "http://img.b2bpic.net/free-photo/sculptors-couple-working-with-clay-studio-together_23-2149986259.jpg", imageAlt: "pottery crafting creative studio class"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Nina R.",
|
||||
date: "Jun 2023",
|
||||
title: "Wonderful Studio",
|
||||
quote: "An amazing space to escape and just create freely. Pure joy.",
|
||||
tag: "Crafts",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-seamstress-shirt-thoughtfully-choosing-colorful-thread-while-work-with-fabric-modern-sewing-workshop_574295-3758.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-paper-colorful-paint-table_23-2149632412.jpg?_wi=2",
|
||||
imageAlt: "drawing and sketching art class",
|
||||
},
|
||||
id: "5", name: "Nina R.", date: "Jun 2023", title: "Wonderful Studio", quote: "An amazing space to escape and just create freely. Pure joy.", tag: "Crafts", avatarSrc: "http://img.b2bpic.net/free-photo/young-seamstress-shirt-thoughtfully-choosing-colorful-thread-while-work-with-fabric-modern-sewing-workshop_574295-3758.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-paper-colorful-paint-table_23-2149632412.jpg", imageAlt: "drawing and sketching art class"},
|
||||
]}
|
||||
title="Loved by Our Aspiring Artists"
|
||||
description="Hear from the wonderful creative minds who have discovered their talent at Dazzling Dreams."
|
||||
@@ -225,14 +141,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready to bring your art and craft dreams to life? Visit Dazzling Dreams or book your session today to start your next masterpiece."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Now",
|
||||
href: "https://maps.app.goo.gl/TDR6KW8XXXySM69TA",
|
||||
},
|
||||
text: "Contact Us Now", href: "https://maps.app.goo.gl/TDR6KW8XXXySM69TA"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -243,33 +156,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Workshops",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Workshops", href: "#features"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Location",
|
||||
href: "https://maps.app.goo.gl/TDR6KW8XXXySM69TA",
|
||||
},
|
||||
label: "Location", href: "https://maps.app.goo.gl/TDR6KW8XXXySM69TA"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user