5 Commits

Author SHA1 Message Date
3f716de873 Update src/app/page.tsx 2026-04-26 18:59:30 +00:00
245b4b30f2 Switch to version 1: modified src/app/page.tsx 2026-04-26 18:51:18 +00:00
e9419ac81f Switch to version 2: modified src/app/page.tsx 2026-04-26 18:51:14 +00:00
b4bb78c177 Switch to version 1: modified src/app/page.tsx 2026-04-26 18:50:56 +00:00
87604b54a3 Merge version_2 into main
Merge version_2 into main
2026-04-26 18:48:07 +00:00

View File

@@ -43,6 +43,7 @@ export default function LandingPage() {
name: "Contact", id: "contact"},
]}
brandName="Abba"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CuFCXic7MTaJDY0SRt9zbV3wPI/uploaded-1777229952631-eq7qg7rh.png"
/>
</div>
@@ -155,23 +156,23 @@ export default function LandingPage() {
id: "p1", brand: "TechBrand", name: "Ultra Smartphone", price: "₦250,000", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-blogger-tools-film_23-2148360142.jpg"},
{
id: "p2", brand: "TechBrand", name: "Digital Watch Pro", price: "₦95,000", rating: 5,
reviewCount: "145", imageSrc: "http://img.b2bpic.net/free-photo/smart-watch-with-fitness-tracker-functionality-on-a-wrist_1150-32777.jpg"},
id: "p2", brand: "TechBrand", name: "Pro Laptop", price: "₦450,000", rating: 4,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29233.jpg"},
{
id: "p3", brand: "TechBrand", name: "Wireless Bluetooth Buds", price: "₦45,000", rating: 4,
reviewCount: "320", imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-charging-case-on-blue-background_23-2148786969.jpg"},
id: "p3", brand: "TechBrand", name: "Smart Watch S1", price: "₦85,000", rating: 5,
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/faceless-slim-attractive-woman-wearing-white-sport-top-checking-fitness-health-tracking-wearable-device-work-out-training-outdoor-healthy-lifestyle_176532-14895.jpg"},
{
id: "p4", brand: "TechBrand", name: "Smartphone Protective Case", price: "₦5,000", rating: 4,
reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-protective-case-on-table_23-2148421711.jpg"},
id: "p4", brand: "TechBrand", name: "Cinema Camera", price: "₦650,000", rating: 5,
reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/row-cameras-amidst-film-tapes-cartridges_23-2147852358.jpg"},
{
id: "p5", brand: "TechBrand", name: "Phone Camera Lens Kit", price: "₦15,000", rating: 5,
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/phone-camera-lens-kit-on-white-background_23-2148564177.jpg"},
id: "p5", brand: "TechBrand", name: "Noise Headphones", price: "₦55,000", rating: 4,
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-blue-dj-controller_23-2151978442.jpg"},
{
id: "p6", brand: "TechBrand", name: "Smart Power Bank 20000mAh", price: "₦25,000", rating: 5,
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/portable-power-bank-on-desk_23-2148476840.jpg"},
id: "p6", brand: "TechBrand", name: "Game Console X", price: "₦320,000", rating: 5,
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-group-people-playing-online-video-games-tv-console-gaming-competition-with-controller-friends-having-fun-with-game-play-television-celebrating-friendship-event_482257-47373.jpg"},
]}
title="Electronics & Gadgets"
description="Discover our latest collection of smartphones, wearables, and essential accessories."
title="Featured Gadgets"
description="Top items available for installment plans."
/>
</div>
@@ -255,6 +256,7 @@ export default function LandingPage() {
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/3d-data-technology-background-with-low-poly-plexus-design_1048-18066.jpg"
logoText="Abba Installment"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CuFCXic7MTaJDY0SRt9zbV3wPI/uploaded-1777229952631-eq7qg7rh.png"
columns={[
{
title: "Company", items: [
@@ -286,4 +288,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}