diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a76e9a..0497eae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -51,62 +43,24 @@ export default function LandingPage() {
@@ -115,22 +69,10 @@ export default function LandingPage() { @@ -141,42 +83,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "1", - name: "Morning Mist", - price: "Rate: 4.9/5", - imageSrc: "http://img.b2bpic.net/free-photo/watercolor-brush-background_1409-2513.jpg", - }, - { - id: "2", - name: "Urban Flow", - price: "Rate: 4.8/5", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-face-woman-water-waves_23-2148358191.jpg", - }, - { - id: "3", - name: "Timeless Soul", - price: "Rate: 5.0/5", - imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-round-mirror-flower_23-2149574163.jpg", - }, - { - id: "4", - name: "Steel Geometry", - price: "Rate: 4.7/5", - imageSrc: "http://img.b2bpic.net/free-photo/white-abstract-architectural-detail-against-blue-sky_23-2148139871.jpg", - }, - { - id: "5", - name: "Neon Nights", - price: "Rate: 4.9/5", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-casual-hipster-girl-cap-sunglasses-jeans-wear-listening-music-from-headphones-mobile-phone-against-large-graffiti-wall_627829-7727.jpg", - }, - { - id: "6", - name: "Nature's Veins", - price: "Rate: 4.6/5", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-coral-colored-plant_23-2148791162.jpg", - }, + { id: "1", name: "Morning Mist", price: "Rate: 4.9/5", imageSrc: "http://img.b2bpic.net/free-photo/watercolor-brush-background_1409-2513.jpg" }, + { id: "2", name: "Urban Flow", price: "Rate: 4.8/5", imageSrc: "http://img.b2bpic.net/free-photo/abstract-face-woman-water-waves_23-2148358191.jpg" }, + { id: "3", name: "Timeless Soul", price: "Rate: 5.0/5", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-round-mirror-flower_23-2149574163.jpg" }, + { id: "4", name: "Steel Geometry", price: "Rate: 4.7/5", imageSrc: "http://img.b2bpic.net/free-photo/white-abstract-architectural-detail-against-blue-sky_23-2148139871.jpg" }, + { id: "5", name: "Neon Nights", price: "Rate: 4.9/5", imageSrc: "http://img.b2bpic.net/free-photo/stylish-casual-hipster-girl-cap-sunglasses-jeans-wear-listening-music-from-headphones-mobile-phone-against-large-graffiti-wall_627829-7727.jpg" }, + { id: "6", name: "Nature's Veins", price: "Rate: 4.6/5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-coral-colored-plant_23-2148791162.jpg" }, ]} title="My Work" description="Select an image to see details, ratings, and enquire about prints." @@ -189,13 +101,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Featured In" description="Trusted by leading publications and creative platforms." - names={[ - "Global Photo Monthly", - "Modern Lens Review", - "Artistic Visions", - "Cinematic Daily", - "Focus Creative", - ]} + names={["Global Photo Monthly", "Modern Lens Review", "Artistic Visions", "Cinematic Daily", "Focus Creative"]} tag="Partnerships" /> @@ -206,25 +112,10 @@ export default function LandingPage() { title="Let's Connect" description="Have a project in mind or want to enquire about my work? Send me a message!" inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, - }, + { name: "name", type: "text", placeholder: "Your Name", required: true }, + { name: "email", type: "email", placeholder: "Your Email", required: true }, ]} - textarea={{ - name: "message", - placeholder: "Enquiry details", - rows: 4, - required: true, - }} + textarea={{ name: "message", placeholder: "Enquiry details", rows: 4, required: true }} imageSrc="http://img.b2bpic.net/free-photo/world-photography-day-celebrated-by-middle-aged-man-taking-photos-with-camera-device_23-2151672461.jpg" imageAlt="Professional photographer working in studio" /> @@ -234,28 +125,8 @@ export default function LandingPage() {