Update src/app/sortiment/page.tsx
This commit is contained in:
@@ -14,31 +14,23 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Startseite",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Sortiment",
|
||||
id: "/sortiment",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Über uns",
|
||||
id: "/ueber-uns",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "/kontakt",
|
||||
},
|
||||
{ name: "Startseite", id: "/" },
|
||||
{ name: "Sortiment", id: "/sortiment" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Über uns", id: "/ueber-uns" },
|
||||
{ name: "Kontakt", id: "/kontakt" },
|
||||
]}
|
||||
brandName="Arica Shop"
|
||||
/>
|
||||
@@ -51,16 +43,8 @@ export default function LandingPage() {
|
||||
title="Unsere Schreibwaren"
|
||||
description="Alles für den Schreibtisch."
|
||||
features={[
|
||||
{
|
||||
title: "Stifte",
|
||||
description: "Große Auswahl.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/conducting-interview-fashionable-restaurant_1098-13338.jpg",
|
||||
},
|
||||
{
|
||||
title: "Papiere",
|
||||
description: "Hochwertiges Papier.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-girl-barista-works-coffee-shop-waves-client-processing-orders-counter_1258-203439.jpg",
|
||||
},
|
||||
{ title: "Stifte", description: "Große Auswahl.", imageSrc: "http://img.b2bpic.net/free-photo/conducting-interview-fashionable-restaurant_1098-13338.jpg" },
|
||||
{ title: "Papiere", description: "Hochwertiges Papier.", imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-girl-barista-works-coffee-shop-waves-client-processing-orders-counter_1258-203439.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -73,18 +57,8 @@ export default function LandingPage() {
|
||||
title="Produktvielfalt"
|
||||
description="Qualität überzeugt."
|
||||
metrics={[
|
||||
{
|
||||
id: "p1",
|
||||
icon: Book,
|
||||
title: "Sorten",
|
||||
value: "500+",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
icon: Check,
|
||||
title: "Verfügbar",
|
||||
value: "100%",
|
||||
},
|
||||
{ id: "p1", icon: Book, title: "Sorten", value: "500+" },
|
||||
{ id: "p2", icon: Check, title: "Verfügbar", value: "100%" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -93,49 +67,9 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Arica Shop"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Startseite",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Sortiment",
|
||||
href: "/sortiment",
|
||||
},
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "/kontakt",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Versand",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Drucken & Kopieren",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Info",
|
||||
items: [
|
||||
{
|
||||
label: "Über uns",
|
||||
href: "/ueber-uns",
|
||||
},
|
||||
{
|
||||
label: "Datenschutz",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "Startseite", href: "/" }, { label: "Sortiment", href: "/sortiment" }, { label: "Kontakt", href: "/kontakt" }] },
|
||||
{ title: "Services", items: [{ label: "Versand", href: "/services" }, { label: "Drucken & Kopieren", href: "/services" }] },
|
||||
{ title: "Info", items: [{ label: "Über uns", href: "/ueber-uns" }, { label: "Datenschutz", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user