diff --git a/src/app/page.tsx b/src/app/page.tsx
index c9ab746..f84d343 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,68 +31,34 @@ export default function LandingPage() {
@@ -102,12 +68,7 @@ export default function LandingPage() {
@@ -117,61 +78,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "1",
- title: "Brand Identity",
- author: "Studio 26",
- description: "Building unique visual languages for modern companies.",
- tags: [
- "Strategy",
- "Design",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-items-redecorating-house-with-color-palette_23-2148815773.jpg",
- },
- {
- id: "2",
- title: "Digital Experience",
- author: "Studio 26",
- description: "Seamless web and UI/UX design for better conversion.",
- tags: [
- "Web",
- "Digital",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104502.jpg",
- },
- {
- id: "3",
- title: "Art Direction",
- author: "Studio 26",
- description: "Creative visual narrative for every medium.",
- tags: [
- "Creative",
- "Art",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/scenes-famous-vlogger-recording-social-media-creative-young-man_482257-24887.jpg",
- },
- {
- id: "4",
- title: "Motion Graphics",
- author: "Studio 26",
- description: "Bringing static designs to life with fluid animation.",
- tags: [
- "Motion",
- "Video",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/discussing-logo_1098-18299.jpg",
- },
- {
- id: "5",
- title: "Print Design",
- author: "Studio 26",
- description: "Tangible brand experiences through editorial layout.",
- tags: [
- "Print",
- "Editorial",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345458.jpg",
- },
+ { id: "1", title: "Brand Identity", author: "Studio 26", description: "Building unique visual languages for modern companies.", tags: ["Strategy", "Design"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-items-redecorating-house-with-color-palette_23-2148815773.jpg" },
+ { id: "2", title: "Digital Experience", author: "Studio 26", description: "Seamless web and UI/UX design for better conversion.", tags: ["Web", "Digital"], imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104502.jpg" },
+ { id: "3", title: "Art Direction", author: "Studio 26", description: "Creative visual narrative for every medium.", tags: ["Creative", "Art"], imageSrc: "http://img.b2bpic.net/free-photo/scenes-famous-vlogger-recording-social-media-creative-young-man_482257-24887.jpg" },
+ { id: "4", title: "Motion Graphics", author: "Studio 26", description: "Bringing static designs to life with fluid animation.", tags: ["Motion", "Video"], imageSrc: "http://img.b2bpic.net/free-photo/discussing-logo_1098-18299.jpg" },
+ { id: "5", title: "Print Design", author: "Studio 26", description: "Tangible brand experiences through editorial layout.", tags: ["Print", "Editorial"], imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345458.jpg" },
]}
title="Our Expertise"
description="Comprehensive creative services for modern brands."
@@ -185,42 +96,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Brand Revamp",
- price: "Featured",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418550.jpg",
- },
- {
- id: "p2",
- name: "Web Platform",
- price: "Featured",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2151273035.jpg",
- },
- {
- id: "p3",
- name: "Editorial Design",
- price: "Featured",
- imageSrc: "http://img.b2bpic.net/free-photo/time-is-money-sandglass-investment-countdown-measure-concept_53876-120489.jpg",
- },
- {
- id: "p4",
- name: "Logo System",
- price: "Featured",
- imageSrc: "http://img.b2bpic.net/free-photo/creative-ideas-brand-logo-style_53876-120345.jpg",
- },
- {
- id: "p5",
- name: "Motion Asset",
- price: "Featured",
- imageSrc: "http://img.b2bpic.net/free-photo/design-creative-visual-trendy-ideas-style-purpose_53876-16492.jpg",
- },
- {
- id: "p6",
- name: "UI Concept",
- price: "Featured",
- imageSrc: "http://img.b2bpic.net/free-photo/chandelier-design-concept-tablet_23-2152014653.jpg",
- },
+ { id: "p1", name: "Brand Revamp", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418550.jpg" },
+ { id: "p2", name: "Web Platform", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2151273035.jpg" },
+ { id: "p3", name: "Editorial Design", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/time-is-money-sandglass-investment-countdown-measure-concept_53876-120489.jpg" },
+ { id: "p4", name: "Logo System", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/creative-ideas-brand-logo-style_53876-120345.jpg" },
+ { id: "p5", name: "Motion Asset", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/design-creative-visual-trendy-ideas-style-purpose_53876-16492.jpg" },
+ { id: "p6", name: "UI Concept", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/chandelier-design-concept-tablet_23-2152014653.jpg" },
]}
title="Selected Portfolio"
description="A curated look at our recent creative projects."
@@ -229,37 +110,13 @@ export default function LandingPage() {
@@ -378,29 +173,15 @@ export default function LandingPage() {