diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6630d92..436db7e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,35 +28,21 @@ export default function LandingPage() {
@@ -67,6 +53,9 @@ export default function LandingPage() {
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/network-connections_1048-7667.jpg"
imageAlt="Network connections"
+ title="Our Story & Mission"
+ description="We are a company dedicated to innovation and excellence, striving to deliver cutting-edge solutions for our clients."
+ bulletPoints={["Innovation driven", "Client-focused", "Excellence in execution"]}
/>
@@ -76,6 +65,8 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
+ title="Our Featured Products"
+ description="Explore our range of innovative products designed to meet your needs."
/>
@@ -85,17 +76,47 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
+ title="Meet Our Team"
+ description="A dedicated group of professionals passionate about technology and innovation."
+ members={[
+ {
+ name: "John Doe", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/focused-woman-working-with-ai-chatbot-her-desktop-computer_482257-120813.jpg", imageAlt: "John Doe, CEO"},
+ {
+ name: "Jane Smith", role: "CTO", imageSrc: "http://img.b2bpic.net/free-photo/african-american-software-developer-does-visual-coding-creating-software_482257-127024.jpg", imageAlt: "Jane Smith, CTO"},
+ ]}
/>
-
+
{}}
+ items={[
+ {
+ id: "item1", name: "Sample Product", price: 99.99,
+ quantity: 1,
+ imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241207.jpg", imageAlt: "Sample Product Image"},
+ ]}
+ total={99.99}
+ buttons={[
+ { text: "Checkout", onClick: () => console.log("Checkout clicked") },
+ ]}
+ />