Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 23ce022139 | |||
| d80954b68c |
@@ -43,7 +43,6 @@ 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>
|
||||
|
||||
@@ -156,23 +155,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: "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: "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: "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: "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: "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: "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: "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: "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: "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"},
|
||||
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"},
|
||||
]}
|
||||
title="Featured Gadgets"
|
||||
description="Top items available for installment plans."
|
||||
title="Electronics & Gadgets"
|
||||
description="Discover our latest collection of smartphones, wearables, and essential accessories."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -256,7 +255,6 @@ 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: [
|
||||
@@ -288,4 +286,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user