diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1c24f8a..e8e9630 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,30 +32,12 @@ export default function LandingPage() {
@@ -66,40 +48,16 @@ export default function LandingPage() {
logoText="Galactical Pharm"
description="Premium sports nutrition engineered for Algerian lifters, bodybuilders, and athletes who demand serious formulas, standout taste, and daily consistency. For Your Top Form. Be Galactical."
buttons={[
- {
- text: "Shop Best Sellers",
- href: "#products",
- },
- {
- text: "Build Your Stack",
- href: "#products",
- },
+ { text: "Shop Best Sellers", href: "#products" },
+ { text: "Build Your Stack", href: "#products" },
]}
slides={[
- {
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-purple-tin-cans-with-copy-space_23-2148785260.jpg",
- imageAlt: "sports nutrition product photography dark",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/black-glossy-cosmetic-jar-with-cap_187299-46287.jpg",
- imageAlt: "supplement tub purple label",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/protein-gym_23-2151980055.jpg",
- imageAlt: "silver supplement packaging",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-container-still-life_23-2150760036.jpg",
- imageAlt: "whey protein tub red gold",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/two-black-supplement-bottles-minimalist-style_187299-46172.jpg",
- imageAlt: "creatine supplement packaging",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/diver-down-flag-handsome-young-muscular-man-black-background_559531-10828.jpg",
- imageAlt: "professional athlete portrait dark gym",
- },
+ { imageSrc: "http://img.b2bpic.net/free-photo/front-view-purple-tin-cans-with-copy-space_23-2148785260.jpg", imageAlt: "sports nutrition product photography dark" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/black-glossy-cosmetic-jar-with-cap_187299-46287.jpg", imageAlt: "supplement tub purple label" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/protein-gym_23-2151980055.jpg", imageAlt: "silver supplement packaging" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-container-still-life_23-2150760036.jpg", imageAlt: "whey protein tub red gold" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/two-black-supplement-bottles-minimalist-style_187299-46172.jpg", imageAlt: "creatine supplement packaging" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/diver-down-flag-handsome-young-muscular-man-black-background_559531-10828.jpg", imageAlt: "professional athlete portrait dark gym" },
]}
/>
@@ -109,12 +67,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "GMP Quality",
- "Banned-Substance Tested",
- "German & American Formulas",
- "Champion-Trusted",
- "Best-Tasting",
- ]}
+ "GMP Quality", "Banned-Substance Tested", "German & American Formulas", "Champion-Trusted", "Best-Tasting"]}
title="Why Athletes Choose Us"
description="Standard-setting quality in every scoop."
/>
@@ -140,42 +93,10 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- brand: "GP",
- name: "GP-Mass Original",
- price: "8,199 DZD",
- rating: 5,
- reviewCount: "120+",
- imageSrc: "http://img.b2bpic.net/free-photo/protein-gym_23-2151980071.jpg",
- },
- {
- id: "p2",
- brand: "GP",
- name: "GP-Mass Platinum",
- price: "9,799 DZD",
- rating: 5,
- reviewCount: "85+",
- imageSrc: "http://img.b2bpic.net/free-photo/protein-gym_23-2151980052.jpg",
- },
- {
- id: "p3",
- brand: "GP",
- name: "GP-Whey Protein",
- price: "6,799 DZD",
- rating: 5,
- reviewCount: "210+",
- imageSrc: "http://img.b2bpic.net/free-photo/supplement-jar_187299-46068.jpg",
- },
- {
- id: "p4",
- brand: "GP",
- name: "GP-Creatine Micronized",
- price: "3,200 DZD",
- rating: 5,
- reviewCount: "150+",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-resting-gym_23-2148111807.jpg",
- },
+ { id: "p1", brand: "GP", name: "GP-Mass Original", price: "8,199 DZD", rating: 5, reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/protein-gym_23-2151980071.jpg" },
+ { id: "p2", brand: "GP", name: "GP-Mass Platinum", price: "9,799 DZD", rating: 5, reviewCount: "85+", imageSrc: "http://img.b2bpic.net/free-photo/protein-gym_23-2151980052.jpg" },
+ { id: "p3", brand: "GP", name: "GP-Whey Protein", price: "6,799 DZD", rating: 5, reviewCount: "210+", imageSrc: "http://img.b2bpic.net/free-photo/supplement-jar_187299-46068.jpg" },
+ { id: "p4", brand: "GP", name: "GP-Creatine Micronized", price: "3,200 DZD", rating: 5, reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/woman-resting-gym_23-2148111807.jpg" },
]}
title="Our Product Line"
description="Formulated for performance, flavored for consistency."
@@ -184,44 +105,15 @@ export default function LandingPage() {
@@ -392,54 +174,9 @@ export default function LandingPage() {