Update src/app/page.tsx
This commit is contained in:
@@ -46,10 +46,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Empowering Businesses with Quality & Innovation"
|
||||
description="KEBEK TRADING PLC specializes in premium furniture, electrical solutions, IT infrastructure, and professional interior design in Addis Ababa."
|
||||
buttons={[
|
||||
{ text: "Explore Our Services", href: "#services" },
|
||||
{ text: "Contact Sales", href: "#contact" }
|
||||
]}
|
||||
buttons={[{ text: "Explore Our Services", href: "#services" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-therapist-office-with-modern-furniture-decorations_482257-108008.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -108,12 +105,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", brand: "TechPro", name: "Multifunction Printer", price: "Contact for Price", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-using-printer-work_23-2149713668.jpg" },
|
||||
{ id: "p2", brand: "Vision", name: "4K Projector System", price: "Contact for Price", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-giving-presentation-her-partners-business-meeting_23-2147826533.jpg" },
|
||||
{ id: "p3", brand: "Secure", name: "Full CCTV Package", price: "Contact for Price", rating: 5, reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/modern-binoculars-with-city-background_1122-1333.jpg" },
|
||||
{ id: "p4", brand: "Comfort", name: "Executive Ergonomic Chair", price: "Contact for Price", rating: 4, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/office-chair-still-life_23-2151149108.jpg" },
|
||||
{ id: "p5", brand: "DataCore", name: "Corporate Workstation", price: "Contact for Price", rating: 5, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/working-table-with-computer_93675-133091.jpg" },
|
||||
{ id: "p6", brand: "Uniform", name: "Professional Uniform Sets", price: "Contact for Price", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/elegant-female-model-posing-stairs-jacket-suit-new-feminity-concept_23-2148951020.jpg" },
|
||||
{ id: "p1", brand: "TechPro", name: "Multifunction Printer", price: "Request a Quote", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-using-printer-work_23-2149713668.jpg" },
|
||||
{ id: "p2", brand: "Vision", name: "4K Projector System", price: "Request a Quote", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-giving-presentation-her-partners-business-meeting_23-2147826533.jpg" },
|
||||
{ id: "p3", brand: "Secure", name: "Full CCTV Package", price: "Request a Quote", rating: 5, reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/modern-binoculars-with-city-background_1122-1333.jpg" },
|
||||
{ id: "p4", brand: "Comfort", name: "Executive Ergonomic Chair", price: "Request a Quote", rating: 4, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/office-chair-still-life_23-2151149108.jpg" },
|
||||
{ id: "p5", brand: "DataCore", name: "Corporate Workstation", price: "Request a Quote", rating: 5, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/working-table-with-computer_93675-133091.jpg" },
|
||||
{ id: "p6", brand: "Uniform", name: "Professional Uniform Sets", price: "Request a Quote", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/elegant-female-model-posing-stairs-jacket-suit-new-feminity-concept_23-2148951020.jpg" },
|
||||
]}
|
||||
title="Featured Equipment"
|
||||
description="High-performance products for modern business productivity."
|
||||
|
||||
Reference in New Issue
Block a user