diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5ce7414..c00f87d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,100 +32,42 @@ export default function LandingPage() {
@@ -134,12 +76,7 @@ export default function LandingPage() {
@@ -150,28 +87,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Custom T-Shirt Printing",
- description: "High-quality fabric and ink standards.",
- bentoComponent: "reveal-icon",
- icon: Box,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vdy4fu",
- imageAlt: "woman creative professional smiling office",
+ title: "Custom T-Shirt Printing", description: "High-quality fabric and ink standards.", bentoComponent: "reveal-icon", icon: Box
},
{
- title: "Bulk Orders",
- description: "Scale effortlessly with our bulk pricing.",
- bentoComponent: "reveal-icon",
- icon: Box,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7z3oz9",
- imageAlt: "woman creative professional smiling office",
+ title: "Bulk Orders", description: "Scale effortlessly with our bulk pricing.", bentoComponent: "reveal-icon", icon: Box
},
{
- title: "Fast Shipping",
- description: "Quick turnaround for all your event needs.",
- bentoComponent: "reveal-icon",
- icon: Zap,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b34l6w",
- imageAlt: "woman creative professional smiling office",
+ title: "Fast Shipping", description: "Quick turnaround for all your event needs.", bentoComponent: "reveal-icon", icon: Zap
},
]}
title="Professional Printing Solutions"
@@ -186,42 +108,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Streetwear Hoodie",
- price: "$45",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ehhk7g",
- },
- {
- id: "p2",
- name: "Sports Uniform",
- price: "$30",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=h8qs5i",
- },
- {
- id: "p3",
- name: "Team Tee",
- price: "$20",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rddjwa",
- },
- {
- id: "p4",
- name: "Logo Hoodie",
- price: "$50",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=678gl4",
- },
- {
- id: "p5",
- name: "Creative Tee",
- price: "$25",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7jguq4",
- },
- {
- id: "p6",
- name: "Minimalist Hoodie",
- price: "$55",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ihdms1",
- },
+ { id: "p1", name: "Streetwear Hoodie", price: "$45", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ehhk7g" },
+ { id: "p2", name: "Sports Uniform", price: "$30", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=h8qs5i" },
+ { id: "p3", name: "Team Tee", price: "$20", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rddjwa" },
+ { id: "p4", name: "Logo Hoodie", price: "$50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=678gl4" },
+ { id: "p5", name: "Creative Tee", price: "$25", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7jguq4" },
+ { id: "p6", name: "Minimalist Hoodie", price: "$55", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ihdms1" },
]}
title="Our Latest Creations"
description="Streetwear, uniforms, and custom designs."
@@ -235,55 +127,16 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "starter",
- badge: "Entry",
- price: "$200",
- subtitle: "Perfect for small teams",
- buttons: [
- {
- text: "Select Starter",
- href: "#contact",
- },
- ],
- features: [
- "10 T-Shirts",
- "1 Color Print",
- "Standard Shipping",
- ],
+ id: "starter", badge: "Entry", price: "$200", subtitle: "Perfect for small teams", buttons: [{ text: "Select Starter", href: "#contact" }],
+ features: ["10 T-Shirts", "1 Color Print", "Standard Shipping"],
},
{
- id: "business",
- badge: "Popular",
- price: "$800",
- subtitle: "Best for mid-size businesses",
- buttons: [
- {
- text: "Select Business",
- href: "#contact",
- },
- ],
- features: [
- "50 T-Shirts",
- "3 Color Print",
- "Free Shipping",
- ],
+ id: "business", badge: "Popular", price: "$800", subtitle: "Best for mid-size businesses", buttons: [{ text: "Select Business", href: "#contact" }],
+ features: ["50 T-Shirts", "3 Color Print", "Free Shipping"],
},
{
- id: "premium",
- badge: "Pro",
- price: "$1500",
- subtitle: "Ideal for brands",
- buttons: [
- {
- text: "Select Premium",
- href: "#contact",
- },
- ],
- features: [
- "100+ Shirts",
- "Full Color Print",
- "Express Shipping",
- ],
+ id: "premium", badge: "Pro", price: "$1500", subtitle: "Ideal for brands", buttons: [{ text: "Select Premium", href: "#contact" }],
+ features: ["100+ Shirts", "Full Color Print", "Express Shipping"],
},
]}
title="Simple Pricing Packages"
@@ -298,46 +151,11 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- name: "Alice M.",
- role: "Owner",
- company: "CoffeeShop",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=unzeoq",
- },
- {
- id: "t2",
- name: "Bob D.",
- role: "Coach",
- company: "SoccerClub",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hjxwwn",
- },
- {
- id: "t3",
- name: "Charlie R.",
- role: "Designer",
- company: "StudioInk",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b2x9d0",
- },
- {
- id: "t4",
- name: "Dana S.",
- role: "Student",
- company: "UniCrew",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qazrdi",
- },
- {
- id: "t5",
- name: "Evan K.",
- role: "Manager",
- company: "EventPro",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=44zuop",
- },
+ { id: "t1", name: "Alice M.", role: "Owner", company: "CoffeeShop", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=unzeoq" },
+ { id: "t2", name: "Bob D.", role: "Coach", company: "SoccerClub", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hjxwwn" },
+ { id: "t3", name: "Charlie R.", role: "Designer", company: "StudioInk", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b2x9d0" },
+ { id: "t4", name: "Dana S.", role: "Student", company: "UniCrew", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qazrdi" },
+ { id: "t5", name: "Evan K.", role: "Manager", company: "EventPro", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=44zuop" },
]}
title="Loved by Our Customers"
description="Read what our community has to say."
@@ -348,21 +166,9 @@ export default function LandingPage() {
@@ -391,32 +190,8 @@ export default function LandingPage() {