diff --git a/src/app/page.tsx b/src/app/page.tsx index 1703144..23de0f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,26 +28,11 @@ export default function LandingPage() { @@ -229,52 +99,17 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} + animationType="slide-up" products={[ - { - id: "p1", - name: "Android Flagship A", - price: "₦ 250,000", - variant: "Android", - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-clay-phone-16-pro-max_187299-45928.jpg?_wi=1", - }, - { - id: "p2", - name: "Feature Phone X", - price: "₦ 15,000", - variant: "Keypad", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-storage-devices-assortment_23-2149319330.jpg?_wi=1", - }, - { - id: "p3", - name: "Professional Android", - price: "₦ 180,000", - variant: "Android", - imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-5228.jpg?_wi=1", - }, - { - id: "p4", - name: "Durable Keypad B", - price: "₦ 12,000", - variant: "Keypad", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-storage-devices-assortment_23-2149319330.jpg?_wi=2", - }, - { - id: "p5", - name: "Mid-Range Smartphone", - price: "₦ 95,000", - variant: "Android", - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-clay-phone-16-pro-max_187299-45928.jpg?_wi=2", - }, - { - id: "p6", - name: "Ultra-Durable Keypad", - price: "₦ 18,000", - variant: "Keypad", - imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-5228.jpg?_wi=2", - }, + { id: "p1", name: "Android Flagship A", price: "₦ 250,000", variant: "Android", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-clay-phone-16-pro-max_187299-45928.jpg" }, + { id: "p2", name: "Feature Phone X", price: "₦ 15,000", variant: "Keypad", imageSrc: "http://img.b2bpic.net/free-photo/top-view-storage-devices-assortment_23-2149319330.jpg" }, + { id: "p3", name: "Professional Android", price: "₦ 180,000", variant: "Android", imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-5228.jpg" }, + { id: "p4", name: "Durable Keypad B", price: "₦ 12,000", variant: "Keypad", imageSrc: "http://img.b2bpic.net/free-photo/top-view-storage-devices-assortment_23-2149319330.jpg" }, + { id: "p5", name: "Mid-Range Smartphone", price: "₦ 95,000", variant: "Android", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-clay-phone-16-pro-max_187299-45928.jpg" }, + { id: "p6", name: "Ultra-Durable Keypad", price: "₦ 18,000", variant: "Keypad", imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-5228.jpg" } ]} title="Phone Gallery" - description="From high-end Android flagships to ultra-durable keypad phones." + description="High-end Android flagships and durable keypad phones." /> @@ -282,48 +117,12 @@ export default function LandingPage() { @@ -334,24 +133,10 @@ export default function LandingPage() { title="Visit Our Store" description="9 Olojo Drive, Ojo, Lagos. Verify our license in-store." 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: "How can we assist you today?", - rows: 4, - }} + textarea={{ name: "message", placeholder: "How can we assist you?", rows: 4 }} imageSrc="http://img.b2bpic.net/free-photo/map-pin-location-direction-position-graphic_53876-124530.jpg" /> @@ -360,40 +145,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file