From 3961f3374b9028740b036b7ef806ce7b865422d8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 07:49:00 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 90 +++++++++--------------------------------- 1 file changed, 19 insertions(+), 71 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0e5d6a2..dbb383a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,35 +7,31 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TextAbout from '@/components/sections/about/TextAbout'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -43,12 +39,7 @@ export default function LandingPage() { @@ -60,63 +51,20 @@ export default function LandingPage() { title="Our Values" description="Why we do what we do." features={[ - { - id: "v1", - title: "Integrity", - tags: [ - "Trust", - ], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-apple-yellow-background_181624-43760.jpg", - imageAlt: "Closeup shot of an apple on a yellow background", - }, - { - id: "v2", - title: "Innovation", - tags: [ - "Apple", - ], - imageSrc: "http://img.b2bpic.net/free-photo/two-red-apples-marble-table_114579-39654.jpg?_wi=2", - imageAlt: "Closeup shot of an apple on a yellow background", - }, + { id: "v1", title: "Integrity", tags: ["Trust"], imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-apple-yellow-background_181624-43760.jpg", imageAlt: "Closeup shot of an apple on a yellow background" }, + { id: "v2", title: "Innovation", tags: ["Apple"], imageSrc: "http://img.b2bpic.net/free-photo/two-red-apples-marble-table_114579-39654.jpg", imageAlt: "Closeup shot of an apple on a yellow background" }, ]} /> ); -} +} \ No newline at end of file -- 2.49.1 From 2c2524ff30bf317f46152e77ff26cdd25029d857 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 07:49:01 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 73 ++++++++++------------------------------ 1 file changed, 18 insertions(+), 55 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a2d8954..c51f8be 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,44 +7,38 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -export default function LandingPage() { +export default function ContactPage() { return (
); -} +} \ No newline at end of file -- 2.49.1 From 3b45ee9884ef17ea7c22e40bb92e1fe67c96ba9d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 07:49:01 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 222 ++++++++--------------------------------------- 1 file changed, 35 insertions(+), 187 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b8504eb..433cc6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,94 +16,43 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -114,21 +63,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Authentic Apple Products", - description: "100% genuine guaranteed.", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-blank-screen-white-table-with-flowerpot-glasses_169016-51623.jpg", - }, - { - title: "Comprehensive Warranty", - description: "Protection for your peace of mind.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-wireless-earphones-with-case-displayed-round-podium-with-soft-shadows_23-2150808014.jpg", - }, - { - title: "Fast & Secure Delivery", - description: "Direct to your doorstep.", - imageSrc: "http://img.b2bpic.net/free-photo/smartphone-nature-concept_23-2150246095.jpg", - }, + { title: "Authentic Apple Products", description: "100% genuine guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-blank-screen-white-table-with-flowerpot-glasses_169016-51623.jpg" }, + { title: "Comprehensive Warranty", description: "Protection for your peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/modern-wireless-earphones-with-case-displayed-round-podium-with-soft-shadows_23-2150808014.jpg" }, + { title: "Fast & Secure Delivery", description: "Direct to your doorstep.", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-nature-concept_23-2150246095.jpg" }, ]} title="Why Choose Coinic Stores" description="We are committed to delivering the best Apple experience through trust and quality." @@ -140,46 +77,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { - id: "1", - title: "Amazing Service!", - quote: "The iPhone I bought is perfect, and delivery was incredibly fast.", - name: "Alex J.", - role: "Photographer", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg", - }, - { - id: "2", - title: "Reliable Plug", - quote: "Finally found a reliable place for original MacBooks. Highly recommended.", - name: "Sarah M.", - role: "Designer", - imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-guy-bright-jacket-with-headphones-smiling-camera-isolated-white-background_574295-4478.jpg", - }, - { - id: "3", - title: "Best Prices", - quote: "Unbeatable prices for brand new Apple products. Very satisfied.", - name: "David L.", - role: "Developer", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-customer-support-representative-wearing-headset-while-working-call-center_637285-133.jpg", - }, - { - id: "4", - title: "Genuine Quality", - quote: "The AirPods are original and the packaging was flawless.", - name: "Emma R.", - role: "Student", - imageSrc: "http://img.b2bpic.net/free-photo/photo-satisfied-smiling-dark-skinned-graphic-designer-being-good-mood_273609-18900.jpg", - }, - { - id: "5", - title: "Great Support", - quote: "Customer service was very helpful with my setup queries.", - name: "Chris B.", - role: "Consultant", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-tattoo-artist-indoors-side-view_23-2149445974.jpg", - }, + { id: "1", title: "Amazing Service!", quote: "The iPhone I bought is perfect, and delivery was incredibly fast.", name: "Alex J.", role: "Photographer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg" }, + { id: "2", title: "Reliable Plug", quote: "Finally found a reliable place for original MacBooks. Highly recommended.", name: "Sarah M.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-guy-bright-jacket-with-headphones-smiling-camera-isolated-white-background_574295-4478.jpg" }, + { id: "3", title: "Best Prices", quote: "Unbeatable prices for brand new Apple products. Very satisfied.", name: "David L.", role: "Developer", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-customer-support-representative-wearing-headset-while-working-call-center_637285-133.jpg" }, + { id: "4", title: "Genuine Quality", quote: "The AirPods are original and the packaging was flawless.", name: "Emma R.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/photo-satisfied-smiling-dark-skinned-graphic-designer-being-good-mood_273609-18900.jpg" }, + { id: "5", title: "Great Support", quote: "Customer service was very helpful with my setup queries.", name: "Chris B.", role: "Consultant", imageSrc: "http://img.b2bpic.net/free-photo/smiley-tattoo-artist-indoors-side-view_23-2149445974.jpg" }, ]} title="Trusted by Apple Enthusiasts" description="See why customers choose us." @@ -194,27 +96,8 @@ export default function LandingPage() { title="Simple Pricing" description="Clear pricing for premium services." plans={[ - { - id: "basic", - badge: "Standard", - price: "$0", - subtitle: "Basic repair support.", - features: [ - "Email Support", - "1-Year Warranty", - ], - }, - { - id: "pro", - badge: "Premium", - price: "$49", - subtitle: "Full peace of mind.", - features: [ - "24/7 Priority Support", - "Extended 3-Year Warranty", - "Free Shipping", - ], - }, + { id: "basic", badge: "Standard", price: "$0", subtitle: "Basic repair support.", features: ["Email Support", "1-Year Warranty"] }, + { id: "pro", badge: "Premium", price: "$49", subtitle: "Full peace of mind.", features: ["24/7 Priority Support", "Extended 3-Year Warranty", "Free Shipping"] }, ]} /> @@ -223,53 +106,18 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1 From 38c0519974ddaf7583891067510433796fac3a86 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 07:49:01 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 119 +++++++++--------------------------------- 1 file changed, 24 insertions(+), 95 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 13f5730..eb72ea5 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -7,35 +7,31 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -export default function LandingPage() { +export default function ShopPage() { return ( @@ -46,42 +42,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "p1", - name: "iPhone 15 Pro", - price: "$999", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437086.jpg", - }, - { - id: "p2", - name: "MacBook Air M3", - price: "$1299", - imageSrc: "http://img.b2bpic.net/free-photo/keyboard-near-tablet-cup-smartphone-plant-monitor-cooling-fan_23-2148036906.jpg", - }, - { - id: "p3", - name: "AirPods Pro 2", - price: "$249", - imageSrc: "http://img.b2bpic.net/free-photo/smartphone-earphone-with-open-laptop-isolated-white-backdrop_23-2148061447.jpg", - }, - { - id: "p4", - name: "iPhone 15", - price: "$799", - imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-4924.jpg", - }, - { - id: "p5", - name: "iPad Pro", - price: "$899", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-office-desk_23-2147731405.jpg", - }, - { - id: "p6", - name: "Apple Watch S9", - price: "$399", - imageSrc: "http://img.b2bpic.net/free-photo/modern-wireless-earphones-with-case-simple-concrete-background_23-2150808011.jpg", - }, + { id: "p1", name: "iPhone 15 Pro", price: "$999", imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437086.jpg" }, + { id: "p2", name: "MacBook Air M3", price: "$1299", imageSrc: "http://img.b2bpic.net/free-photo/keyboard-near-tablet-cup-smartphone-plant-monitor-cooling-fan_23-2148036906.jpg" }, + { id: "p3", name: "AirPods Pro 2", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-earphone-with-open-laptop-isolated-white-backdrop_23-2148061447.jpg" }, + { id: "p4", name: "iPhone 15", price: "$799", imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-4924.jpg" }, + { id: "p5", name: "iPad Pro", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/laptop-office-desk_23-2147731405.jpg" }, + { id: "p6", name: "Apple Watch S9", price: "$399", imageSrc: "http://img.b2bpic.net/free-photo/modern-wireless-earphones-with-case-simple-concrete-background_23-2150808011.jpg" }, ]} title="Shop Latest Apple Products" description="Premium devices ready to go." @@ -97,57 +63,20 @@ export default function LandingPage() { title="Accessories" description="Enhance your Apple ecosystem." products={[ - { - id: "a1", - name: "MagSafe Charger", - price: "$39", - imageSrc: "http://img.b2bpic.net/free-photo/earphones-with-minimalist-monochrome-background_23-2150763357.jpg", - }, - { - id: "a2", - name: "Leather Case", - price: "$59", - imageSrc: "http://img.b2bpic.net/free-photo/white-phone-case-white-surface_187299-47253.jpg", - }, + { id: "a1", name: "MagSafe Charger", price: "$39", imageSrc: "http://img.b2bpic.net/free-photo/earphones-with-minimalist-monochrome-background_23-2150763357.jpg" }, + { id: "a2", name: "Leather Case", price: "$59", imageSrc: "http://img.b2bpic.net/free-photo/white-phone-case-white-surface_187299-47253.jpg" }, ]} /> ); -} +} \ No newline at end of file -- 2.49.1