Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -64,13 +64,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Premium Wireless Kopfhörer", price: "€89,99", imageSrc: "http://img.b2bpic.net/free-photo/woman-business-women-professional-walking_1303-2369.jpg", imageAlt: "Wireless Kopfhörer"},
|
||||
id: "1", name: "Premium Wireless Kopfhörer", price: "€89,99", imageSrc: "http://img.b2bpic.net/free-photo/woman-business-women-professional-walking_1303-2369.jpg?_wi=1", imageAlt: "Wireless Kopfhörer"},
|
||||
{
|
||||
id: "2", name: "Smart Home Alexa Speaker", price: "€54,99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-modern-vases_23-2149646517.jpg", imageAlt: "Smart Speaker"},
|
||||
id: "2", name: "Smart Home Alexa Speaker", price: "€54,99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-modern-vases_23-2149646517.jpg?_wi=1", imageAlt: "Smart Speaker"},
|
||||
{
|
||||
id: "3", name: "Fitness Tracker Pro", price: "€79,99", imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263207.jpg", imageAlt: "Fitness Tracker"},
|
||||
id: "3", name: "Fitness Tracker Pro", price: "€79,99", imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263207.jpg?_wi=1", imageAlt: "Fitness Tracker"},
|
||||
{
|
||||
id: "4", name: "USB-C Power Bank 20000mAh", price: "€34,99", imageSrc: "http://img.b2bpic.net/free-photo/sport-equipment-arrangement-top-view_23-2149872094.jpg", imageAlt: "Power Bank"},
|
||||
id: "4", name: "USB-C Power Bank 20000mAh", price: "€34,99", imageSrc: "http://img.b2bpic.net/free-photo/sport-equipment-arrangement-top-view_23-2149872094.jpg?_wi=1", imageAlt: "Power Bank"},
|
||||
{
|
||||
id: "5", name: "Ergonomische Kabellose Maus", price: "€24,99", imageSrc: "http://img.b2bpic.net/free-photo/elements-fashion-designing-studio_23-2150407925.jpg", imageAlt: "Wireless Maus"},
|
||||
{
|
||||
@@ -93,13 +93,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "#1", title: "Wireless Kopfhörer", description: "Beste Kopfhörer mit Noise Cancelling", imageSrc: "http://img.b2bpic.net/free-photo/woman-business-women-professional-walking_1303-2369.jpg", imageAlt: "Platz 1 Kopfhörer"},
|
||||
id: "1", value: "#1", title: "Wireless Kopfhörer", description: "Beste Kopfhörer mit Noise Cancelling", imageSrc: "http://img.b2bpic.net/free-photo/woman-business-women-professional-walking_1303-2369.jpg?_wi=2", imageAlt: "Platz 1 Kopfhörer"},
|
||||
{
|
||||
id: "2", value: "#2", title: "Smart Speaker", description: "Alexa Voice Control für Zuhause", imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-modern-vases_23-2149646517.jpg", imageAlt: "Platz 2 Smart Speaker"},
|
||||
id: "2", value: "#2", title: "Smart Speaker", description: "Alexa Voice Control für Zuhause", imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-modern-vases_23-2149646517.jpg?_wi=2", imageAlt: "Platz 2 Smart Speaker"},
|
||||
{
|
||||
id: "3", value: "#3", title: "Fitness Tracker", description: "Gesundheit und Aktivität tracken", imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263207.jpg", imageAlt: "Platz 3 Fitness Tracker"},
|
||||
id: "3", value: "#3", title: "Fitness Tracker", description: "Gesundheit und Aktivität tracken", imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263207.jpg?_wi=2", imageAlt: "Platz 3 Fitness Tracker"},
|
||||
{
|
||||
id: "4", value: "#4", title: "Power Bank", description: "Schnelles Laden unterwegs", imageSrc: "http://img.b2bpic.net/free-photo/sport-equipment-arrangement-top-view_23-2149872094.jpg", imageAlt: "Platz 4 Power Bank"},
|
||||
id: "4", value: "#4", title: "Power Bank", description: "Schnelles Laden unterwegs", imageSrc: "http://img.b2bpic.net/free-photo/sport-equipment-arrangement-top-view_23-2149872094.jpg?_wi=2", imageAlt: "Platz 4 Power Bank"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user