diff --git a/src/app/page.tsx b/src/app/page.tsx index 66955e6..dcbb87e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,116 +44,45 @@ export default function LandingPage() {
@@ -171,20 +92,13 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Master the art of storytelling through color.", - }, + type: "text", content: "Master the art of storytelling through color."}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/full-shot-man-painting-canvas_23-2149736226.jpg", - alt: "Artist in studio", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/full-shot-man-painting-canvas_23-2149736226.jpg", alt: "artist portrait warm natural light"}, ]} buttons={[ { - text: "Get in touch", - href: "#contact", - }, + text: "Get in touch", href: "#contact"}, ]} /> @@ -197,47 +111,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Oil Painting Fundamentals", - price: "$120", - variant: "Beginner", - imageSrc: "http://img.b2bpic.net/free-photo/team-artists-painting-beautiful-rustic-creation-canvas_482257-112115.jpg", - }, + id: "1", name: "Oil Painting Fundamentals", price: "$120", variant: "Beginner", imageSrc: "http://img.b2bpic.net/free-photo/team-artists-painting-beautiful-rustic-creation-canvas_482257-112115.jpg"}, { - id: "2", - name: "Watercolour Essentials", - price: "$95", - variant: "All Levels", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-art-teacher-helping-student-with-her-painting-art-class_662251-258.jpg", - }, + id: "2", name: "Watercolour Essentials", price: "$95", variant: "All Levels", imageSrc: "http://img.b2bpic.net/free-photo/pretty-art-teacher-helping-student-with-her-painting-art-class_662251-258.jpg"}, { - id: "3", - name: "Portrait Drawing Masterclass", - price: "$150", - variant: "Advanced", - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-fashion-illustrator_171337-14451.jpg", - }, + id: "3", name: "Portrait Drawing Masterclass", price: "$150", variant: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-fashion-illustrator_171337-14451.jpg"}, { - id: "4", - name: "Landscape Painting Series", - price: "$130", - variant: "Intermediate", - imageSrc: "http://img.b2bpic.net/free-photo/changing-colors-grandmother-grandfather-have-fun-outdoors-with-granddaughter-painting-conception_146671-16150.jpg", - }, + id: "4", name: "Landscape Painting Series", price: "$130", variant: "Intermediate", imageSrc: "http://img.b2bpic.net/free-photo/changing-colors-grandmother-grandfather-have-fun-outdoors-with-granddaughter-painting-conception_146671-16150.jpg"}, { - id: "5", - name: "Abstract Expressionism", - price: "$110", - variant: "All Levels", - imageSrc: "http://img.b2bpic.net/free-photo/painter-mixes-watercolor-paint-palette-create-masterpiece_482257-124781.jpg", - }, + id: "5", name: "Abstract Expressionism", price: "$110", variant: "All Levels", imageSrc: "http://img.b2bpic.net/free-photo/painter-mixes-watercolor-paint-palette-create-masterpiece_482257-124781.jpg"}, { - id: "6", - name: "Young Artists Workshop", - price: "$80", - variant: "Kids/Teens", - imageSrc: "http://img.b2bpic.net/free-photo/young-child-making-diy-project-from-upcycled-materials_23-2149391079.jpg", - }, + id: "6", name: "Young Artists Workshop", price: "$80", variant: "Kids/Teens", imageSrc: "http://img.b2bpic.net/free-photo/young-child-making-diy-project-from-upcycled-materials_23-2149391079.jpg"}, ]} title="Creative Workshops" description="Guided sessions designed to help you explore mediums, refine techniques, and express your creative voice." @@ -246,50 +130,26 @@ export default function LandingPage() {