diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
new file mode 100644
index 0000000..e15c2fb
--- /dev/null
+++ b/src/app/about/page.tsx
@@ -0,0 +1,62 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
+import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
+import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
+import { Sparkles } from "lucide-react";
+
+export default function AboutPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 136967a..7bc01eb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,14 +29,10 @@ export default function LandingPage() {
@@ -44,42 +40,23 @@ export default function LandingPage() {
@@ -104,12 +81,9 @@ export default function LandingPage() {
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: "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: "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: "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: "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: "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="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."
@@ -121,16 +95,11 @@ export default function LandingPage() {
textboxLayout="default"
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: "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: "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: "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: "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: "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" },
+ { 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" },
+ { 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" },
+ { 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" },
+ { 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" },
]}
title="Loved by Our Aspiring Artists"
description="Hear from the wonderful creative minds who have discovered their talent at Dazzling Dreams."
@@ -140,39 +109,17 @@ export default function LandingPage() {